aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorJxck <[email protected]>2016-11-08 13:53:19 +0900
committerGitHub <[email protected]>2016-11-08 13:53:19 +0900
commit57746f0707be4fb3e9cde3337015ee555a6a8a99 (patch)
treedfd8d6bac03939cf1d147a154942488ab7b1f734 /lib
parent3e06b82f0f29d90bff0783e7f3d1dabb435782f5 (diff)
downloadotp-57746f0707be4fb3e9cde3337015ee555a6a8a99.tar.gz
otp-57746f0707be4fb3e9cde3337015ee555a6a8a99.tar.bz2
otp-57746f0707be4fb3e9cde3337015ee555a6a8a99.zip
fix typo on doc of maps
typo
Diffstat (limited to 'lib')
-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 e1edbadcd3..8c7270816b 100644
--- a/lib/stdlib/doc/src/maps.xml
+++ b/lib/stdlib/doc/src/maps.xml
@@ -160,7 +160,7 @@ val1
<p><em>Example:</em></p>
<code type="none">
> Map = #{"42" => value}.
-#{"42"> => value}
+#{"42" => value}
> maps:is_key("42",Map).
true
> maps:is_key(value,Map).