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 --- lib/stdlib/doc/src/binary.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml index 05ec4406c6..c5eb81a86a 100644 --- a/lib/stdlib/doc/src/binary.xml +++ b/lib/stdlib/doc/src/binary.xml @@ -387,7 +387,7 @@

Even though <<"cd">> ends before <<"bcde">>, <<"bcde">> begins first and is therefore the first match. If two - overlapping matches begins at the same position, the longest is + overlapping matches begin at the same position, the longest is returned.

Summary of the options:

@@ -634,7 +634,7 @@ store(Binary, GBSet) ->

If any position given in InsPos is greater than the size of the replacement binary, a badarg exception is raised.

-

The options global and {scope, part()} works as for split/3. The return type is always a binary().

+

The options global and {scope, part()} work as for split/3. The return type is always a binary().

For a description of Pattern, see compile_pattern/1.

-- cgit v1.2.3