diff options
author | Björn Gustavsson <[email protected]> | 2011-03-08 11:29:27 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-03-09 14:04:37 +0100 |
commit | 252eb8d4aa133826ae05043dbdddf9389e416fa3 (patch) | |
tree | 9c2a3aa02cd0232f2ba6d2cedbfe340ea6a013f9 /system | |
parent | 18cb45518979a0825f92ffaa11e0c14721f460bb (diff) | |
download | otp-252eb8d4aa133826ae05043dbdddf9389e416fa3.tar.gz otp-252eb8d4aa133826ae05043dbdddf9389e416fa3.tar.bz2 otp-252eb8d4aa133826ae05043dbdddf9389e416fa3.zip |
Reference Manual: Replace "it's" with "its"
"Its" is a possessive pronoun, "it's" is a contraction of
"it is".
Diffstat (limited to 'system')
-rw-r--r-- | system/doc/reference_manual/expressions.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml index 714ecccaf6..1049c251d0 100644 --- a/system/doc/reference_manual/expressions.xml +++ b/system/doc/reference_manual/expressions.xml @@ -269,7 +269,7 @@ fun lists:append/2([1,2], [3,4]) set of auto-imported BIFs does not silently change the behavior of old code.</p> - <p>However, to avoid that old (pre R14) code changed it's + <p>However, to avoid that old (pre R14) code changed its behavior when compiled with OTP version R14A or later, the following restriction applies: If you override the name of a BIF that was auto-imported in OTP versions prior to R14A (ERTS version |