Skip to content

Commit

Permalink
Merge pull request #892 from bikallem/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
smorimoto authored Oct 11, 2021
2 parents e12504e + 21b229f commit cf31596
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/unix/lwt_unix.cppo.mli
Original file line number Diff line number Diff line change
Expand Up @@ -1463,7 +1463,7 @@ val execute_job :
thread. The following functions allow to use this pipe. *)

val make_notification : ?once : bool -> (unit -> unit) -> int
(** [new_notifier ?once f] registers a new notifier. It returns the
(** [make_notification ?once f] registers a new notifier. It returns the
id of the notifier. Each time a notification with this id is
received, [f] is called.
Expand Down

0 comments on commit cf31596

Please sign in to comment.