From 641a0c6bbcff9b573d2f2ebadc13443be522cf35 Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 21 May 2010 07:17:04 +0000 Subject: Correct typos in EEP-0031 implementation Signed-off-by: Tuncer Ayaz --- erts/doc/src/erlang.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'erts/doc') 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 Stop in Binary. Positions in the binary are numbered starting from 1.

-

This functions indexing style of using one-based indices for +

This function's indexing style of using one-based indices for binaries is deprecated. New code should use the functions in the STDLIB module binary instead. They consequently use the same (zero-based) style of indexing.

-- cgit v1.2.3