From 4b09adaa5a00b1b810a8fcab5793b4cb9f03078c Mon Sep 17 00:00:00 2001 From: Simon Cruanes Date: Fri, 15 May 2020 15:28:27 -0400 Subject: [PATCH] fix typo --- src/core/CCFloat.mli | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/CCFloat.mli b/src/core/CCFloat.mli index cff93488..0abbb335 100644 --- a/src/core/CCFloat.mli +++ b/src/core/CCFloat.mli @@ -31,7 +31,7 @@ val epsilon : t Equal to {!Stdlib.epsilon_float}. *) val pi : t -(** [pi] is the constant pi. The ratio of a circunference to its diameter. +(** [pi] is the constant pi. The ratio of a circumference to its diameter. @since NEXT_RELEASE *) val is_nan : t -> bool