Fix pasto.
authorTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:00:31 +0000 (00:00 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Mon, 1 Jul 2019 00:00:31 +0000 (00:00 +0000)
doc/ref-manual/numbers.texi

index b5513af9ee42a7a80e73a6761e0967825a938c7e..4758ba197a83992f7dc005f79abad65defd88456 100644 (file)
@@ -1842,7 +1842,7 @@ return false on NaN arguments, except @code{flo:unordered?} which
 returns true iff at least one argument is NaN; in other words, they
 are ``unordered comparisons''.
 
-Every pair of floating-point numbers --- excluding NaN --- exhibits
+Every pair of floating-point numbers --- including NaN --- exhibits
 unordered tetrachotomy: they are related either by @code{flo:safe=},
 @code{flo:safe<}, @code{flo:safe>}, or @code{flo:unordered?}.
 @end deffn