aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIngela Anderton Andin <[email protected]>2016-04-26 15:52:44 +0200
committerIngela Anderton Andin <[email protected]>2016-04-26 15:52:44 +0200
commit77e4a18ef12bddeafc3533de76a4096538ad6655 (patch)
tree52b69394f196cea11009d244e626283757d36d0b
parent76cf34c49631845a21ffdd6d317d7fc944ab9b7b (diff)
parent099dd67af598c0c0cd99f456062444c25308ae38 (diff)
downloadotp-77e4a18ef12bddeafc3533de76a4096538ad6655.tar.gz
otp-77e4a18ef12bddeafc3533de76a4096538ad6655.tar.bz2
otp-77e4a18ef12bddeafc3533de76a4096538ad6655.zip
Merge branch 'eksperimental/typo_binary_matches/PR-1031'
* eksperimental/typo_binary_matches/PR-1031: Remove extra ">" in examples
-rw-r--r--lib/public_key/doc/src/using_public_key.xml2
-rw-r--r--lib/stdlib/doc/src/binary.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/public_key/doc/src/using_public_key.xml b/lib/public_key/doc/src/using_public_key.xml
index 86808adbea..e3a1eed4be 100644
--- a/lib/public_key/doc/src/using_public_key.xml
+++ b/lib/public_key/doc/src/using_public_key.xml
@@ -124,7 +124,7 @@
...&gt;&gt;,
not_encrypted},
{'Certificate',&lt;&lt;48,130,3,200,48,130,3,49,160,3,2,1,2,2,1,
- 1,48,13,6,9,42,134,72,134,247,...&gt;&gt;>,
+ 1,48,13,6,9,42,134,72,134,247,...&gt;&gt;,
not_encrypted}]</code>
<p>Certificates can be decoded as usual:</p>
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>