diff options
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> |