From 5a7884cde84fe29ad8771d6293ad7b06be83e85a Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Mon, 8 Jul 2024 12:41:51 +0200 Subject: [PATCH] typo in `Float.mo` comment (#638) --- src/Float.mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Float.mo b/src/Float.mo index 16a1fc33..8519b076 100644 --- a/src/Float.mo +++ b/src/Float.mo @@ -149,7 +149,7 @@ module { public let floor : (x : Float) -> Float = Prim.floatFloor; /// Returns the nearest integral float not greater in magnitude than `x`. - /// This is equilvent to returning `x` with truncating its decimal places. + /// This is equivalent to returning `x` with truncating its decimal places. /// /// Special cases: /// ```