Skip to content

Commit a2cb3d3

Browse files
committed
Grammar
1 parent 419a4a6 commit a2cb3d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/picos_std.structured/picos_std_structured.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ module Run : sig
357357
{{!Control.Terminate} [Terminate]}, which is not counted as an error,
358358
after which the remaining fibers will be canceled.
359359
360-
⚠️ One of actions may be run on the current fiber.
360+
⚠️ One of the actions may be run on the current fiber.
361361
362362
⚠️ It is not guaranteed that any of the actions in the list are called. In
363363
particular, after any action raises an unhandled exception or after the
@@ -378,7 +378,7 @@ module Run : sig
378378
{{!Control.Terminate} [Terminate]}, which is not counted as an error,
379379
after which the rest of the started fibers will be canceled.
380380
381-
⚠️ One of actions may be run on the current fiber.
381+
⚠️ One of the actions may be run on the current fiber.
382382
383383
⚠️ It is not guaranteed that any of the actions in the list are called. In
384384
particular, after the first action returns successfully or after any

0 commit comments

Comments
 (0)