From b861c4d4b98dc4c8a0a7f2c03225cfa53de53d78 Mon Sep 17 00:00:00 2001
From: Thibault Martin <thibault.martin@cea.fr>
Date: Tue, 11 Feb 2025 10:16:02 +0000
Subject: [PATCH] [Doc] Fix typo

---
 src/libraries/floating_point/typed_float.mli | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/libraries/floating_point/typed_float.mli b/src/libraries/floating_point/typed_float.mli
index 6c8e801700..e1c24ff113 100644
--- a/src/libraries/floating_point/typed_float.mli
+++ b/src/libraries/floating_point/typed_float.mli
@@ -147,7 +147,7 @@ type parsed_result =
     [Error msg] if the parsing fails, where [msg] is the error message. *)
 val parse : string -> (parsed_result, string) result
 
-(** Calls {!parse} and evaluates the reuslt type.
+(** Calls {!parse} and evaluates the result type.
     @raise Log.AbortError if the parsing fails. *)
 val parse_exn : string -> parsed_result
 
-- 
GitLab