aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/doc
diff options
context:
space:
mode:
authoreksperimental <[email protected]>2016-04-26 14:15:43 +0700
committerIngela Anderton Andin <[email protected]>2016-04-26 15:23:59 +0200
commit099dd67af598c0c0cd99f456062444c25308ae38 (patch)
tree52b69394f196cea11009d244e626283757d36d0b /lib/stdlib/doc
parent76cf34c49631845a21ffdd6d317d7fc944ab9b7b (diff)
downloadotp-099dd67af598c0c0cd99f456062444c25308ae38.tar.gz
otp-099dd67af598c0c0cd99f456062444c25308ae38.tar.bz2
otp-099dd67af598c0c0cd99f456062444c25308ae38.zip
Remove extra ">" in examples
Diffstat (limited to 'lib/stdlib/doc')
-rw-r--r--lib/stdlib/doc/src/binary.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/stdlib/doc/src/binary.xml b/lib/stdlib/doc/src/binary.xml
index 5402fd0163..933157fc34 100644
--- a/lib/stdlib/doc/src/binary.xml
+++ b/lib/stdlib/doc/src/binary.xml
@@ -366,7 +366,7 @@
<code>
1> binary:matches(&lt;&lt;"abcde"&gt;&gt;,
- [&lt;&lt;"bcde"&gt;&gt;,&lt;&lt;"bc"&gt;&gt;>,&lt;&lt;"de"&gt;&gt;],[]).
+ [&lt;&lt;"bcde"&gt;&gt;,&lt;&lt;"bc"&gt;&gt;,&lt;&lt;"de"&gt;&gt;],[]).
[{1,4}]
</code>