From 510db54150c8ca749931761bd44c315feb2f8982 Mon Sep 17 00:00:00 2001 From: mobotsar Date: Tue, 31 Dec 2024 22:25:55 -0500 Subject: [PATCH] Update CCEither.mli fixing type in docstring Changed "form OCaml 4.12" to "from OCaml 4.12". --- src/core/CCEither.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCEither.mli b/src/core/CCEither.mli index ce6f4e18..167add5f 100644 --- a/src/core/CCEither.mli +++ b/src/core/CCEither.mli @@ -2,7 +2,7 @@ (** Either Monad - Module that is compatible with Either form OCaml 4.12 but can be use with any + Module that is compatible with Either from OCaml 4.12 but can be use with any ocaml version compatible with container @since 3.2