Skip to content

Commit c44ee5c

Browse files
authored
Merge pull request #822 from patricoferris/fiber-docs
Fix docs for without_binding
2 parents 7695d22 + fb44cc5 commit c44ee5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib_eio/core/eio__core.mli

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ module Fiber : sig
394394
used after this function returns. *)
395395

396396
val without_binding : 'a key -> (unit -> 'b) -> 'b
397-
(** [with_binding key value fn] runs [fn] with any binding for [key] removed.
397+
(** [without_binding key value fn] runs [fn] with any binding for [key] removed.
398398
*)
399399
end
400400

0 commit comments

Comments
 (0)