Skip to content

Commit ba1eaed

Browse files
committed
Typo
1 parent 0f73779 commit ba1eaed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/main/scala/ox/inScopeRunner.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class InScopeRunner(runInScope: ActorRef[RunInScope]):
3030
/** Runs the given function asynchronously, in the scope of the [[Ox]] concurrency scope in which this runner was created.
3131
*
3232
* `f` should not block and return promptly, not to obstruct execution of other scheduled functions. Typically, it should start a
33-
* background fork. Any exceptions thrown by `f` will be cause the entire scope to end.
33+
* background fork. Any exceptions thrown by `f` will cause the entire scope to end.
3434
*/
3535
def async(f: Ox ?=> Unit): Unit = runInScope.tell(_.apply(f))
3636
end InScopeRunner

0 commit comments

Comments
 (0)