diff options
author | Sverker Eriksson <[email protected]> | 2017-09-28 16:25:29 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2017-09-28 16:25:29 +0200 |
commit | 88a6bc983ba0745e6fe795f9a088b535c95afe63 (patch) | |
tree | 8fb4b170fdb42cb1c551efe08601ceace52345d5 /lib/stdlib | |
parent | 28c7d822eeb56c9f3955cb936e3f90e8971b9a71 (diff) | |
parent | 9173a80ec66d2bf6ea12314f6b09a97ec7b680ca (diff) | |
download | otp-88a6bc983ba0745e6fe795f9a088b535c95afe63.tar.gz otp-88a6bc983ba0745e6fe795f9a088b535c95afe63.tar.bz2 otp-88a6bc983ba0745e6fe795f9a088b535c95afe63.zip |
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r-- | lib/stdlib/doc/src/ets.xml | 4 |
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 |