diff options
author | Tuncer Ayaz <[email protected]> | 2010-05-21 07:17:04 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-05-21 09:30:00 +0200 |
commit | 641a0c6bbcff9b573d2f2ebadc13443be522cf35 (patch) | |
tree | 29854451a7872be7f0d18487b83da7264023249a /erts/doc | |
parent | 6d1a56d9acc7507bb01786f9bfebf6c79cfc7840 (diff) | |
download | otp-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.xml | 2 |
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> |