diff options
author | Bruce Yinhe <[email protected]> | 2015-03-20 15:25:00 +0100 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-05-08 14:08:08 +0200 |
commit | 5c192ac2faf510c24a4f9c9936dd580d5d304183 (patch) | |
tree | b1ae403bf6d53b47d707aa857bef96f77292e96b | |
parent | e3e42b0bfd47961bcb2b1e1e75a9994d4300d002 (diff) | |
download | otp-5c192ac2faf510c24a4f9c9936dd580d5d304183.tar.gz otp-5c192ac2faf510c24a4f9c9936dd580d5d304183.tar.bz2 otp-5c192ac2faf510c24a4f9c9936dd580d5d304183.zip |
Fixed a typo in Maps doc
-rw-r--r-- | lib/stdlib/doc/src/maps.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/maps.xml b/lib/stdlib/doc/src/maps.xml index 59c26d9896..e46068230a 100644 --- a/lib/stdlib/doc/src/maps.xml +++ b/lib/stdlib/doc/src/maps.xml @@ -339,7 +339,7 @@ false</code> <fsummary></fsummary> <desc> <p> - Returns a complete list of values, in arbitrary order, contained in map <c>M</c>. + Returns a complete list of values, in arbitrary order, contained in map <c>Map</c>. </p> <p> The call will fail with a <c>{badmap,Map}</c> exception if <c><anno>Map</anno></c> is not a map. |