diff options
author | Tuncer Ayaz <[email protected]> | 2011-11-01 21:53:55 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2011-12-05 17:29:10 +0100 |
commit | 42a68213d69759574db0a0a0c73745bd420fd220 (patch) | |
tree | a696055d723a84f3553f3b48fd20565015560a18 /system/doc | |
parent | 6a223b057ceac584a1eff201845b7116dd8430e3 (diff) | |
download | otp-42a68213d69759574db0a0a0c73745bd420fd220.tar.gz otp-42a68213d69759574db0a0a0c73745bd420fd220.tar.bz2 otp-42a68213d69759574db0a0a0c73745bd420fd220.zip |
Fix typos in expressions.xml
Diffstat (limited to 'system/doc')
-rw-r--r-- | system/doc/reference_manual/expressions.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml index 43d46d87cc..5fca7225bb 100644 --- a/system/doc/reference_manual/expressions.xml +++ b/system/doc/reference_manual/expressions.xml @@ -563,12 +563,12 @@ number < atom < reference < fun < port < pid < tuple < list element.</p> <p>When comparing an integer to a float, the term with the lesser precision will be converted into the other term's type, unless the - operator is one of =:= and =/=. A float is more precise than + operator is one of =:= or =/=. A float is more precise than an integer until all significant figures of the float are to the left of - the decimal point. This happens when the float is larger/smaller then + the decimal point. This happens when the float is larger/smaller than +/-9007199254740992.0. The conversion strategy is changed depending on the size of the float because otherwise comparison of large - floats and integers would loose their transitivity.</p> + floats and integers would lose their transitivity.</p> <p>Returns the Boolean value of the expression, <c>true</c> or <c>false</c>.</p> |