From fb44cc56f950d5db165c149b610152255da1ddad Mon Sep 17 00:00:00 2001 From: Patrick Ferris Date: Tue, 4 Nov 2025 10:12:21 +0000 Subject: [PATCH] Fix docs for without_binding --- lib_eio/core/eio__core.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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