Skip to content

Commit

Permalink
docs: fix small typos (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
fogti authored Feb 23, 2024
1 parent ede14c4 commit 23b7b16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Mutex.mli
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
let _ = M.run @@ fun () ->
M.exclusively @@ fun () ->
(* this raise M.Locked *)
(* this raises M.Locked *)
M.exclusively @@ fun () ->
100
]}
Expand Down
2 changes: 1 addition & 1 deletion src/State.mli
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

module type S =
sig
(** Signatures of read effects. *)
(** Signatures of state effects. *)

type state
(** The type of states. *)
Expand Down

0 comments on commit 23b7b16

Please sign in to comment.