Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ufoscout committed Sep 2, 2024
1 parent 4163a48 commit ba2ea14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ic-task-scheduler/src/scheduler.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ where
let mut lock = self.task_id_sequence.lock();
let id = *lock.get();
lock.set(id + 1)
.expect("Unable to access the stable storage to set the next poll id");
.expect("Unable to access the stable storage to set the next task id");
id
}

Expand Down

0 comments on commit ba2ea14

Please sign in to comment.