aboutsummaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2019-03-27 14:30:32 +0100
committerSverker Eriksson <[email protected]>2019-03-27 14:32:20 +0100
commitbe3d60d4cd0fd147959965e03142047149f85d07 (patch)
tree09c4c914149eb2b72386b54b3740bf278048aa14 /system
parent67fa915ab968231812b5bda56c803597eb0c756b (diff)
downloadotp-be3d60d4cd0fd147959965e03142047149f85d07.tar.gz
otp-be3d60d4cd0fd147959965e03142047149f85d07.tar.bz2
otp-be3d60d4cd0fd147959965e03142047149f85d07.zip
Fix faulty bit syntax example
Diffstat (limited to 'system')
-rw-r--r--system/doc/reference_manual/expressions.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/doc/reference_manual/expressions.xml b/system/doc/reference_manual/expressions.xml
index 8c47070890..ea3b2159fc 100644
--- a/system/doc/reference_manual/expressions.xml
+++ b/system/doc/reference_manual/expressions.xml
@@ -1221,10 +1221,10 @@ Ei = Value |
&lt;&lt;1,17,0,42&gt;&gt;
10> <input>H.</input>
&lt;&lt;17,0,42&gt;&gt;
-11> <input>&lt;&lt;G,H/bitstring&gt;&gt; = &lt;&lt;1,17,42:12&gt;&gt;.</input>
-&lt;&lt;1,17,1,10:4&gt;&gt;
-12> <input>H.</input>
-&lt;&lt;17,1,10:4&gt;&gt;
+11> <input>&lt;&lt;G,J/bitstring&gt;&gt; = &lt;&lt;1,17,42:12&gt;&gt;.</input>
+&lt;&lt;1,17,2,10:4&gt;&gt;
+12> <input>J.</input>
+&lt;&lt;17,2,10:4&gt;&gt;
13> <input>&lt;&lt;1024/utf8&gt;&gt;.</input>
&lt;&lt;208,128&gt;&gt;
</pre>