From a95eed16d7c1af6b6b79c4e6c8a7814b2d1efe56 Mon Sep 17 00:00:00 2001 From: Ayanda Dube Date: Thu, 28 Sep 2017 15:51:05 +0200 Subject: Fix grammar in ets:foldl/3 and ets:foldr/3 docs --- lib/stdlib/doc/src/ets.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib') 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 @@

Acc0 is returned if the table is empty. This function is similar to lists:foldl/3. - The table elements are traversed is unspecified order, except for + The table elements are traversed in an unspecified order, except for ordered_set tables, where they are traversed first to last.

If Function inserts objects into the table, or another @@ -341,7 +341,7 @@

Acc0 is returned if the table is empty. This function is similar to lists:foldr/3. - The table elements are traversed is unspecified order, except for + The table elements are traversed in an unspecified order, except for ordered_set tables, where they are traversed last to first.

If Function inserts objects into the table, or another -- cgit v1.2.3