Skip to content

Commit d6fdbe8

Browse files
committed
Grammar
1 parent a2cb3d3 commit d6fdbe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos_std.structured/picos_std_structured.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ end
542542
down concurrent fibers in case of errors. Indeed, one of the basic ideas
543543
behind the {!Flock} abstraction is that in case any fiber forked to the
544544
flock raises an unhandled exception, the whole flock will be terminated and
545-
the error will raised from the flock, which allows you to understand what
545+
the error will be raised from the flock, which allows you to understand what
546546
went wrong, instead of having to debug a program that mysteriously gets
547547
stuck, for example.
548548

0 commit comments

Comments
 (0)