Skip to content

Commit 406fdaa

Browse files
committed
Adjust wording
1 parent b0d3d8c commit 406fdaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/picos_select/picos_select.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ val return_on : 'a Computation.t -> Picos_fd.t -> [ `R | `W | `E ] -> 'a -> unit
2424
(** [return_on computation fd op value] arranges for [computation] to be
2525
{{!Picos.Computation.return} returned} with given [value] when [fd] becomes
2626
available for [op]. Completion of the [computation] before the [fd] becomes
27-
available for [op] effectively cancels the await.
27+
available for [op] effectively cancels the arrangement.
2828
2929
ℹ️ Using {!Unix.set_nonblock} and [return_on] you can implement direct-style
3030
transparently asynchronous IO on top of the {!Unix} module. *)

0 commit comments

Comments
 (0)