Skip to content

Commit

Permalink
Grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
polytypic committed Nov 16, 2024
1 parent a2cb3d3 commit d6fdbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/picos_std.structured/picos_std_structured.mli
Original file line number Diff line number Diff line change
Expand Up @@ -542,7 +542,7 @@ end
down concurrent fibers in case of errors. Indeed, one of the basic ideas
behind the {!Flock} abstraction is that in case any fiber forked to the
flock raises an unhandled exception, the whole flock will be terminated and
the error will raised from the flock, which allows you to understand what
the error will be raised from the flock, which allows you to understand what
went wrong, instead of having to debug a program that mysteriously gets
stuck, for example.
Expand Down

0 comments on commit d6fdbe8

Please sign in to comment.