diff options
author | Tuncer Ayaz <[email protected]> | 2014-11-30 18:56:58 +0100 |
---|---|---|
committer | Tuncer Ayaz <[email protected]> | 2014-11-30 18:56:58 +0100 |
commit | 11ccbb255404a0d76cd4cb08786a73a20b6980ee (patch) | |
tree | 674b8c8772ec0474b1fa5957c7ba7768d75907f0 /lib | |
parent | 35f083ecf32729afa2cdc8c1081dbe01477cb11e (diff) | |
download | otp-11ccbb255404a0d76cd4cb08786a73a20b6980ee.tar.gz otp-11ccbb255404a0d76cd4cb08786a73a20b6980ee.tar.bz2 otp-11ccbb255404a0d76cd4cb08786a73a20b6980ee.zip |
dict(3): fix typo reported by Rabbe Fogelholm
Diffstat (limited to 'lib')
-rw-r--r-- | lib/stdlib/doc/src/dict.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ <c><anno>Dict</anno></c> together with an extra argument <c>Acc</c> (short for accumulator). <c><anno>Fun</anno></c> must return a new accumulator which is passed to the next call. <c><anno>Acc0</anno></c> is - returned if the list is empty. The evaluation order is + returned if the dict is empty. The evaluation order is undefined.</p> </desc> </func> |