aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc
diff options
context:
space:
mode:
authorTuncer Ayaz <[email protected]>2010-05-21 07:17:04 +0000
committerErlang/OTP <[email protected]>2010-05-21 09:30:00 +0200
commit641a0c6bbcff9b573d2f2ebadc13443be522cf35 (patch)
tree29854451a7872be7f0d18487b83da7264023249a /erts/doc
parent6d1a56d9acc7507bb01786f9bfebf6c79cfc7840 (diff)
downloadotp-641a0c6bbcff9b573d2f2ebadc13443be522cf35.tar.gz
otp-641a0c6bbcff9b573d2f2ebadc13443be522cf35.tar.bz2
otp-641a0c6bbcff9b573d2f2ebadc13443be522cf35.zip
Correct typos in EEP-0031 implementation
Signed-off-by: Tuncer Ayaz <[email protected]>
Diffstat (limited to 'erts/doc')
-rw-r--r--erts/doc/src/erlang.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/erlang.xml b/erts/doc/src/erlang.xml
index e90160dfd7..e683f161f1 100644
--- a/erts/doc/src/erlang.xml
+++ b/erts/doc/src/erlang.xml
@@ -367,7 +367,7 @@ iolist() = [char() | binary() | iolist()]
position <c>Stop</c> in <c>Binary</c>. Positions in the
binary are numbered starting from 1.</p>
- <note><p>This functions indexing style of using one-based indices for
+ <note><p>This function's indexing style of using one-based indices for
binaries is deprecated. New code should use the functions in
the STDLIB module <c>binary</c> instead. They consequently
use the same (zero-based) style of indexing.</p></note>