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 @@ -8,7 +8,7 @@ module Mutex : sig
8
8
effects based scheduler to run other fibers on the thread.
9
9
10
10
🏎️ 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
12
12
implementation may avoid having to obtain the {{!Picos.Fiber.current}
13
13
current fiber}, which can be expensive relative to locking or unlocking an
14
14
uncontested mutex. Note that specifying [~checked:false] on an operation
@@ -95,7 +95,7 @@ module Lazy : sig
95
95
(* * A lazy implementation for {!Picos}.
96
96
97
97
ℹ️ 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
99
99
multiple fibers, possibly running on different domains, does not raise the
100
100
{!Undefined} exception. *)
101
101
You can’t perform that action at this time.
0 commit comments