Skip to content

Commit 51895fb

Browse files
committed
Fix wording
1 parent 6a94293 commit 51895fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos_sync/picos_sync.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ module Event : sig
240240
request : 'r. (unit -> 'r) Computation.t -> ('a -> 'r) -> unit;
241241
}
242242
[@@unboxed]
243-
(** Represents a function that request a concurrent service to update a
243+
(** Represents a function that requests a concurrent service to update a
244244
{{!Picos.Computation} computation}.
245245
246246
⚠️ Raising an exception from a [request] function will result in raising

0 commit comments

Comments
 (0)