Skip to content

Commit

Permalink
Adjust wording
Browse files Browse the repository at this point in the history
  • Loading branch information
rvanasa committed Jan 28, 2025
1 parent 71baf70 commit 6c5de26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Timer.mo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/// Timers for one-off or periodic tasks. Applicable as part of the default mechanism.
/// If `moc` is invoked with `-no-timer`, the importing will fail. Furthermore if passed `--trap-on-call-error` a congested canister send queue may prevent timer expirations to execute at runtime, and also may deactivate the global timer.
/// If `moc` is invoked with `-no-timer`, the importing will fail. Furthermore, if passed `--trap-on-call-error`, a congested canister send queue may prevent timer expirations to execute at runtime. It may also deactivate the global timer.
///
/// The resolution of the timers is similar to the block rate,
/// so durations should be chosen well above that. For frequent
Expand Down

0 comments on commit 6c5de26

Please sign in to comment.