aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc/src/ets.xml
diff options
context:
space:
mode:
authorIsaac Whitfield <[email protected]>2017-11-29 20:32:45 -0800
committerGitHub <[email protected]>2017-11-29 20:32:45 -0800
commita5751f829f37c99b798d587140fffb9b7b3e14e0 (patch)
treee559cc33436c7ee92c56443311b259859eb7d206 /lib/stdlib/doc/src/ets.xml
parent36c264571369a7d9110dc77dd5043e4be3134f56 (diff)
downloadotp-a5751f829f37c99b798d587140fffb9b7b3e14e0.tar.gz
otp-a5751f829f37c99b798d587140fffb9b7b3e14e0.tar.bz2
otp-a5751f829f37c99b798d587140fffb9b7b3e14e0.zip
Minor grammar tweak in ETS documentation
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 576959b1c8..a0ec22c515 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -1961,7 +1961,7 @@ true</pre>
The return value is a list of the new counter values from each
update operation in the same order as in the operation list. If an
empty list is specified, nothing is updated and an empty list is
- returned. If the function fails, no updates is done.</p>
+ returned. If the function fails, no updates are done.</p>
<p>The specified <c><anno>Key</anno></c> is used to identify the object
by either <em>matching</em> the key of an object in a <c>set</c>
table, or <em>compare equal</em> to the key of an object in an