aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2017-09-28 16:25:29 +0200
committerSverker Eriksson <[email protected]>2017-09-28 16:25:29 +0200
commit88a6bc983ba0745e6fe795f9a088b535c95afe63 (patch)
tree8fb4b170fdb42cb1c551efe08601ceace52345d5 /lib/stdlib/doc
parent28c7d822eeb56c9f3955cb936e3f90e8971b9a71 (diff)
parent9173a80ec66d2bf6ea12314f6b09a97ec7b680ca (diff)
downloadotp-88a6bc983ba0745e6fe795f9a088b535c95afe63.tar.gz
otp-88a6bc983ba0745e6fe795f9a088b535c95afe63.tar.bz2
otp-88a6bc983ba0745e6fe795f9a088b535c95afe63.zip
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/ets.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/stdlib/doc/src/ets.xml b/lib/stdlib/doc/src/ets.xml
index 95af2b77a5..576959b1c8 100644
--- a/lib/stdlib/doc/src/ets.xml
+++ b/lib/stdlib/doc/src/ets.xml
@@ -325,7 +325,7 @@
<p><c><anno>Acc0</anno></c> is returned if the table is empty.
This function is similar to
<seealso marker="lists#foldl/3"><c>lists:foldl/3</c></seealso>.
- The table elements are traversed is unspecified order, except for
+ The table elements are traversed in an unspecified order, except for
<c>ordered_set</c> tables, where they are traversed first to last.</p>
<p>If <c><anno>Function</anno></c> inserts objects into the table,
or another
@@ -341,7 +341,7 @@
<p><c><anno>Acc0</anno></c> is returned if the table is empty.
This function is similar to
<seealso marker="lists#foldr/3"><c>lists:foldr/3</c></seealso>.
- The table elements are traversed is unspecified order, except for
+ The table elements are traversed in an unspecified order, except for
<c>ordered_set</c> tables, where they are traversed last to first.</p>
<p>If <c><anno>Function</anno></c> inserts objects into the table,
or another