aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2018-09-18 11:36:43 +0200
committerSverker Eriksson <[email protected]>2018-09-18 11:36:43 +0200
commitcf605966712d125a78957631043d228227c91698 (patch)
tree9bd34400f83fc679c0af7379dcf0a0961ff9d582
parenta98b691b65d26b29e658f9d684d24a4865b19058 (diff)
parentd33ae93faf86804499477a14382902f9da4f2004 (diff)
downloadotp-cf605966712d125a78957631043d228227c91698.tar.gz
otp-cf605966712d125a78957631043d228227c91698.tar.bz2
otp-cf605966712d125a78957631043d228227c91698.zip
Merge branch 'maint'
-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