Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 17, 2024
1 parent 05fc7f7 commit f8ab869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/picos/intf.ocaml5.ml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ module type Fiber = sig
not spawn a new fiber. If cancelation happens during the handling of
{!Spawn} the scheduler is free to either spawn a new fiber, in which case
the current fiber must be continued normally, or not spawn a fiber, in
which case the current fibers must be discontinued, i.e. {!spawn} raises
an exception.
which case the current fiber must be discontinued, i.e. {!spawn} raises an
exception.
⚠️ The scheduler should guarantee that, when the {!Spawn} handler continues
the fiber normally, the given [main] will eventually be called by the
Expand Down

0 comments on commit f8ab869

Please sign in to comment.