diff options
author | eksperimental <[email protected]> | 2016-04-26 14:15:43 +0700 |
---|---|---|
committer | Ingela Anderton Andin <[email protected]> | 2016-04-26 15:23:59 +0200 |
commit | 099dd67af598c0c0cd99f456062444c25308ae38 (patch) | |
tree | 52b69394f196cea11009d244e626283757d36d0b /lib/stdlib/doc | |
parent | 76cf34c49631845a21ffdd6d317d7fc944ab9b7b (diff) | |
download | otp-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.xml | 2 |
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(<<"abcde">>, - [<<"bcde">>,<<"bc">>>,<<"de">>],[]). + [<<"bcde">>,<<"bc">>,<<"de">>],[]). [{1,4}] </code> |