aboutsummaryrefslogtreecommitdiffstats
path: root/system/doc/reference_manual/expressions.xml
diff options
context:
space:
mode:
authorHenrik Nord <[email protected]>2011-12-06 16:26:15 +0100
committerHenrik Nord <[email protected]>2011-12-06 16:26:40 +0100
commit3996fd94136ceb850fd93c732daeab919ffdcb88 (patch)
tree0feab389e9375f321bdd6676c45a3532ed39ac06 /system/doc/reference_manual/expressions.xml
parent5f1bee4f92dd991364606f968ca2ec647ba8b33d (diff)
parentf3052a3a1a78c5cb5135c5c96c64ae4a39433745 (diff)
downloadotp-3996fd94136ceb850fd93c732daeab919ffdcb88.tar.gz
otp-3996fd94136ceb850fd93c732daeab919ffdcb88.tar.bz2
otp-3996fd94136ceb850fd93c732daeab919ffdcb88.zip
Merge branch 'ta/docs'
* ta/docs: Fix misspelling of chosen Fix typos in erl(1) Fix misspelling of 'turn off' Fix typo in reltool(3) Fix typo in gen_sctp(3) Fix typo in mod_responsecontrol.erl Fix typo in erts_alloc(3) Fix typos in ssl_cipher.erl Fix typos in expressions.xml file: correct make_link/2 and make_symlink/2 docs Fix typo in test_server(3) Fix typos in io_protocol.xml Fix typo in erlang(3) Fix typos in tar_SUITE Fix typos in erts/preloaded/src OTP-9787
Diffstat (limited to 'system/doc/reference_manual/expressions.xml')
-rw-r--r--system/doc/reference_manual/expressions.xml6
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 &lt; atom &lt; reference &lt; fun &lt; port &lt; pid &lt; tuple &lt; 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>