aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib
diff options
context:
space:
mode:
authorBruce Yinhe <[email protected]>2014-11-06 10:20:06 +0100
committerBruce Yinhe <[email protected]>2014-11-06 10:20:06 +0100
commit7fd8d5185205ab7d79d7e45a7275643ee7154f95 (patch)
tree903773125c3ad284f497192003a926f01027fe91 /lib/stdlib
parentd5de489bf312fb83da96d0ce8e34514d66b68caa (diff)
parentab85b24eb23a9940eb9e0b8b865a8b34c61d7bf2 (diff)
downloadotp-7fd8d5185205ab7d79d7e45a7275643ee7154f95.tar.gz
otp-7fd8d5185205ab7d79d7e45a7275643ee7154f95.tar.bz2
otp-7fd8d5185205ab7d79d7e45a7275643ee7154f95.zip
Merge branch 'maint'
Diffstat (limited to 'lib/stdlib')
-rw-r--r--lib/stdlib/doc/src/maps.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/maps.xml b/lib/stdlib/doc/src/maps.xml
index 64229fa8d3..f766c843be 100644
--- a/lib/stdlib/doc/src/maps.xml
+++ b/lib/stdlib/doc/src/maps.xml
@@ -330,7 +330,7 @@ false</code>
<code type="none">
> Map = #{42 => value_three,1337 => "value two","a" => 1},
Ks = ["a",42,"other key"],
- maps:without(Ks,Map).
+ maps:with(Ks,Map).
#{42 => value_three,"a" => 1}</code>
</desc>
</func>