[m-rev.] trivial diff: fix typo in library documentation
Julien Fischer
jfischer at opturion.com
Wed Jul 30 23:26:16 AEST 2014
Branches: master, 14.01
Fix a typo in the library documentation.
library/float.m:
s/float point/floating point/ in a spot.
Julien.
diff --git a/library/float.m b/library/float.m
index 0cf2135..ddcd620 100644
--- a/library/float.m
+++ b/library/float.m
@@ -160,7 +160,7 @@
%
:- func hash(float) = int.
- % Is the float point number not a number or infinite?
+ % Is the floating point number not a number or infinite?
%
:- pred is_nan_or_inf(float::in) is semidet.
More information about the reviews
mailing list