aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ets.xml
diff options
context:
space:
mode:
authorRicardo Catalinas Jiménez <[email protected]>2012-02-15 04:26:48 +0100
committerRicardo Catalinas Jiménez <[email protected]>2012-02-22 11:10:45 +0100
commit67c16b43c5d33c2e4b4dfd226b4508d091336373 (patch)
treefb692905c7466510d112f0031c0698619509d401 /lib/stdlib/doc/src/ets.xml
parent520ddbc83ec87bcec262680bd915184182e3998e (diff)
downloadotp-67c16b43c5d33c2e4b4dfd226b4508d091336373.tar.gz
otp-67c16b43c5d33c2e4b4dfd226b4508d091336373.tar.bz2
otp-67c16b43c5d33c2e4b4dfd226b4508d091336373.zip
Fix a code snippet and two typos in the doc
Diffstat (limited to 'lib/stdlib/doc/src/ets.xml')
-rw-r--r--lib/stdlib/doc/src/ets.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index efd9514db6..0486090e92 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -671,7 +671,7 @@ ets:is_compiled_ms(Broken).</code>
<c>duplicate_bag</c>, the function returns a list of
arbitrary length.</p>
<p>Note that the time order of object insertions is preserved;
- The first object inserted with the given key will be first
+ the first object inserted with the given key will be first
in the resulting list, and so on.</p>
<p>Insert and look-up times in tables of type <c>set</c>,
<c>bag</c> and <c>duplicate_bag</c> are constant, regardless