aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-09-18 11:33:17 +0200
committerGitHub <[email protected]>2018-09-18 11:33:17 +0200
commitd33ae93faf86804499477a14382902f9da4f2004 (patch)
treefda4ab799d17749839ef688079b71375736c877f
parent9638dad5c6b873d612c5529f1b918f2e3add79e7 (diff)
parentf5a81630553008ffcc7aac522df2cecafec49651 (diff)
downloadotp-d33ae93faf86804499477a14382902f9da4f2004.tar.gz
otp-d33ae93faf86804499477a14382902f9da4f2004.tar.bz2
otp-d33ae93faf86804499477a14382902f9da4f2004.zip
Merge pull request #1956 from erlang/sverker-ets-patch-1
ets:new/2 doc update
-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 f8c54fb79a..ad006f9a2b 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -1023,7 +1023,7 @@ ets:select(Table, MatchSpec),</code>
be used in subsequent operations. The table identifier can be
sent to other processes so that a table can be shared between
different processes within a node.</p>
- <p>Parameter <c><anno>Options</anno></c> is a list of atoms that
+ <p>Parameter <c><anno>Options</anno></c> is a list of options that
specifies table type, access rights, key position, and whether the
table is named. Default values are used for omitted options.
This means that not specifying any options (<c>[]</c>) is the same