Skip to content

Commit

Permalink
Update neat_periodic_task/lib/neat_periodic_task.dart
Browse files Browse the repository at this point in the history
Co-authored-by: Sigurd Meldgaard <[email protected]>
  • Loading branch information
jonasfj and sigurdm authored Jan 11, 2024
1 parent 79c561d commit 2345704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neat_periodic_task/lib/neat_periodic_task.dart
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ class NeatPeriodicTaskScheduler {
void start() {
if (_started) {
throw StateError(
'NeatPeriodicTaskScheduler for "$_name" has been started',
'NeatPeriodicTaskScheduler for "$_name" has already been started',
);
}
_started = true;
Expand Down

0 comments on commit 2345704

Please sign in to comment.