aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
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 /lib/stdlib
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 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/binary.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<p>Even though <c>&lt;&lt;"cd"&gt;&gt;</c> ends before
<c>&lt;&lt;"bcde"&gt;&gt;</c>, <c>&lt;&lt;"bcde"&gt;&gt;</c>
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.</p>
<p>Summary of the options:</p>
@@ -634,7 +634,7 @@ store(Binary, GBSet) ->
<p>If any position given in <c>InsPos</c> is greater than the size of the replacement binary, a <c>badarg</c> exception is raised.</p>
- <p>The options <c>global</c> and <c>{scope, part()}</c> works as for <seealso marker="#split-3">split/3</seealso>. The return type is always a <c>binary()</c>.</p>
+ <p>The options <c>global</c> and <c>{scope, part()}</c> work as for <seealso marker="#split-3">split/3</seealso>. The return type is always a <c>binary()</c>.</p>
<p>For a description of <c>Pattern</c>, see <seealso marker="#compile_pattern-1">compile_pattern/1</seealso>.</p>
</desc>