Skip to content

Commit

Permalink
fix: undo the symbol change
Browse files Browse the repository at this point in the history
  • Loading branch information
Roiocam committed Dec 28, 2023
1 parent 0e0a31f commit 12f1038
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ trait Scheduler {
* i.e. the function will not be invoked any more.
*
* @throws java.lang.IllegalArgumentException if the given delays is zero, negative or exceed the maximum
* reach (calculated as: `delay / tickNanos > Int.MaxValue`)
* reach (calculated as: `delay / tickNanos > Int.MaxValue`).
*
* Note: For scheduling within actors `with Timers` should be preferred.
*/
Expand Down

0 comments on commit 12f1038

Please sign in to comment.