Skip to content

Commit f8ab869

Browse files
committed
Fix typo
1 parent 05fc7f7 commit f8ab869

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/picos/intf.ocaml5.ml

+2-2
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ module type Fiber = sig
142142
not spawn a new fiber. If cancelation happens during the handling of
143143
{!Spawn} the scheduler is free to either spawn a new fiber, in which case
144144
the current fiber must be continued normally, or not spawn a fiber, in
145-
which case the current fibers must be discontinued, i.e. {!spawn} raises
146-
an exception.
145+
which case the current fiber must be discontinued, i.e. {!spawn} raises an
146+
exception.
147147
148148
⚠️ The scheduler should guarantee that, when the {!Spawn} handler continues
149149
the fiber normally, the given [main] will eventually be called by the

0 commit comments

Comments
 (0)