diff --git a/lib_eio/core/eio__core.mli b/lib_eio/core/eio__core.mli index e17a19bf..4dab14ad 100644 --- a/lib_eio/core/eio__core.mli +++ b/lib_eio/core/eio__core.mli @@ -394,7 +394,7 @@ module Fiber : sig used after this function returns. *) val without_binding : 'a key -> (unit -> 'b) -> 'b - (** [with_binding key value fn] runs [fn] with any binding for [key] removed. + (** [without_binding key value fn] runs [fn] with any binding for [key] removed. *) end