Skip to content

Commit

Permalink
Update src/Timer.mo
Browse files Browse the repository at this point in the history
Co-authored-by: Jessie Mongeon <[email protected]>
  • Loading branch information
rvanasa and jessiemongeon1 authored Jan 23, 2025
1 parent 57f0c6d commit c79a5c1
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
Expand Up @@ -8,7 +8,7 @@
/// The functionality described below is enabled only when the actor does not override it by declaring an explicit `system func timer`.
///
/// Timers are _not_ persisted across upgrades. One possible strategy
/// to re-establish timers after an upgrade is to walk stable variables
/// to re-establish timers after an upgrade is to use stable variables
/// in the `post_upgrade` hook and distill necessary timer information
/// from there.
///
Expand Down

0 comments on commit c79a5c1

Please sign in to comment.