diff options
author | Raimo Niskanen <[email protected]> | 2010-05-17 12:58:23 +0000 |
---|---|---|
committer | Erlang/OTP <[email protected]> | 2010-05-17 12:58:23 +0000 |
commit | 5fe8d47a60c89f1235f9fc727e650ada491246a3 (patch) | |
tree | a40d42262b76dd4812ca11617a6f5b575f2562c4 /erts/doc | |
parent | 89dd9861de5ef78c0e06f4e924166568ce381f9f (diff) | |
download | otp-5fe8d47a60c89f1235f9fc727e650ada491246a3.tar.gz otp-5fe8d47a60c89f1235f9fc727e650ada491246a3.tar.bz2 otp-5fe8d47a60c89f1235f9fc727e650ada491246a3.zip |
Fix typo in code example
Reported by Uwe Dauernheim.
Diffstat (limited to 'erts/doc')
-rw-r--r-- | erts/doc/src/match_spec.xml | 2 |
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> |