From 11ccbb255404a0d76cd4cb08786a73a20b6980ee Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 30 Nov 2014 18:56:58 +0100 Subject: dict(3): fix typo reported by Rabbe Fogelholm --- lib/stdlib/doc/src/dict.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/stdlib') diff --git a/lib/stdlib/doc/src/dict.xml b/lib/stdlib/doc/src/dict.xml index 942fd1f45e..0771682a25 100644 --- a/lib/stdlib/doc/src/dict.xml +++ b/lib/stdlib/doc/src/dict.xml @@ -121,7 +121,7 @@ Dict together with an extra argument Acc (short for accumulator). Fun must return a new accumulator which is passed to the next call. Acc0 is - returned if the list is empty. The evaluation order is + returned if the dict is empty. The evaluation order is undefined.

-- cgit v1.2.3