aboutsummaryrefslogtreecommitdiffstats
path: root/erts/doc/src/match_spec.xml
diff options
context:
space:
mode:
authorRaimo Niskanen <[email protected]>2010-05-17 12:58:23 +0000
committerErlang/OTP <[email protected]>2010-05-17 12:58:23 +0000
commit5fe8d47a60c89f1235f9fc727e650ada491246a3 (patch)
treea40d42262b76dd4812ca11617a6f5b575f2562c4 /erts/doc/src/match_spec.xml
parent89dd9861de5ef78c0e06f4e924166568ce381f9f (diff)
downloadotp-5fe8d47a60c89f1235f9fc727e650ada491246a3.tar.gz
otp-5fe8d47a60c89f1235f9fc727e650ada491246a3.tar.bz2
otp-5fe8d47a60c89f1235f9fc727e650ada491246a3.zip
Fix typo in code example
Reported by Uwe Dauernheim.
Diffstat (limited to 'erts/doc/src/match_spec.xml')
-rw-r--r--erts/doc/src/match_spec.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/doc/src/match_spec.xml b/erts/doc/src/match_spec.xml
index b9f955e4db..d6492198ca 100644
--- a/erts/doc/src/match_spec.xml
+++ b/erts/doc/src/match_spec.xml
@@ -530,7 +530,7 @@
the atom 'strider' and the tuple arity is 3 and return the whole
object.</p>
<code type="none"><![CDATA[
-[{{strider,'_'.'_'},
+[{{strider,'_','_'},
[],
['$_']}]
]]></code>