diff options
author | Zandra Hird <[email protected]> | 2015-05-08 14:09:00 +0200 |
---|---|---|
committer | Zandra Hird <[email protected]> | 2015-05-08 14:09:00 +0200 |
commit | a06c324e16ed07016e258556fbff65a886bd2253 (patch) | |
tree | b1ae403bf6d53b47d707aa857bef96f77292e96b /lib/stdlib | |
parent | e3e42b0bfd47961bcb2b1e1e75a9994d4300d002 (diff) | |
parent | 5c192ac2faf510c24a4f9c9936dd580d5d304183 (diff) | |
download | otp-a06c324e16ed07016e258556fbff65a886bd2253.tar.gz otp-a06c324e16ed07016e258556fbff65a886bd2253.tar.bz2 otp-a06c324e16ed07016e258556fbff65a886bd2253.zip |
Merge branch 'bruce-yinhe/fixed_typo_in_maps_doc'
* bruce-yinhe/fixed_typo_in_maps_doc:
Fixed a typo in Maps doc
Diffstat (limited to 'lib/stdlib')
-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. |