diff options
author | Marcus Arendt <[email protected]> | 2014-12-02 09:38:26 +0100 |
---|---|---|
committer | Marcus Arendt <[email protected]> | 2014-12-02 09:38:26 +0100 |
commit | ee17dd99f2a56499b13dc4c84578105ea1f14ff6 (patch) | |
tree | 06d180adbf41c342852a074b9dd349f573dc0e7a /lib/stdlib | |
parent | 62ed44035a05091ab4b3438738e717140d115234 (diff) | |
parent | 11ccbb255404a0d76cd4cb08786a73a20b6980ee (diff) | |
download | otp-ee17dd99f2a56499b13dc4c84578105ea1f14ff6.tar.gz otp-ee17dd99f2a56499b13dc4c84578105ea1f14ff6.tar.bz2 otp-ee17dd99f2a56499b13dc4c84578105ea1f14ff6.zip |
Merge branch 'tuncer/doc-fixes' into maint
* tuncer/doc-fixes:
dict(3): fix typo reported by Rabbe Fogelholm
Fix minor eprof and fprof doc issues
Diffstat (limited to 'lib/stdlib')
-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> |