File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -357,7 +357,7 @@ module Run : sig
357
357
{{!Control.Terminate} [Terminate]}, which is not counted as an error,
358
358
after which the remaining fibers will be canceled.
359
359
360
- ⚠️ One of actions may be run on the current fiber.
360
+ ⚠️ One of the actions may be run on the current fiber.
361
361
362
362
⚠️ It is not guaranteed that any of the actions in the list are called. In
363
363
particular, after any action raises an unhandled exception or after the
@@ -378,7 +378,7 @@ module Run : sig
378
378
{{!Control.Terminate} [Terminate]}, which is not counted as an error,
379
379
after which the rest of the started fibers will be canceled.
380
380
381
- ⚠️ One of actions may be run on the current fiber.
381
+ ⚠️ One of the actions may be run on the current fiber.
382
382
383
383
⚠️ It is not guaranteed that any of the actions in the list are called. In
384
384
particular, after the first action returns successfully or after any
You can’t perform that action at this time.
0 commit comments