Skip to content

Commit fa672c6

Browse files
committed
Fix typos
1 parent 4ded74a commit fa672c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/picos_sync/picos_sync.mli

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ module Mutex : sig
88
effects based scheduler to run other fibers on the thread.
99
1010
🏎️ The optional [checked] argument taken by most of the operations defaults
11-
to [true]. When explicitky specified as [~checked:false] the mutex
11+
to [true]. When explicitly specified as [~checked:false] the mutex
1212
implementation may avoid having to obtain the {{!Picos.Fiber.current}
1313
current fiber}, which can be expensive relative to locking or unlocking an
1414
uncontested mutex. Note that specifying [~checked:false] on an operation
@@ -95,7 +95,7 @@ module Lazy : sig
9595
(** A lazy implementation for {!Picos}.
9696
9797
ℹ️ This intentionally mimics the interface of {!Stdlib.Lazy}. Unlike with
98-
the stadard library suspensions an attempt to force a suspension from
98+
the standard library suspensions an attempt to force a suspension from
9999
multiple fibers, possibly running on different domains, does not raise the
100100
{!Undefined} exception. *)
101101

0 commit comments

Comments
 (0)