diff options
author | Sverker Eriksson <[email protected]> | 2019-03-27 14:30:32 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2019-03-27 14:32:20 +0100 |
commit | be3d60d4cd0fd147959965e03142047149f85d07 (patch) | |
tree | 09c4c914149eb2b72386b54b3740bf278048aa14 | |
parent | 67fa915ab968231812b5bda56c803597eb0c756b (diff) | |
download | otp-be3d60d4cd0fd147959965e03142047149f85d07.tar.gz otp-be3d60d4cd0fd147959965e03142047149f85d07.tar.bz2 otp-be3d60d4cd0fd147959965e03142047149f85d07.zip |
Fix faulty bit syntax example
-rw-r--r-- | system/doc/reference_manual/expressions.xml | 8 |
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 | <<1,17,0,42>> 10> <input>H.</input> <<17,0,42>> -11> <input><<G,H/bitstring>> = <<1,17,42:12>>.</input> -<<1,17,1,10:4>> -12> <input>H.</input> -<<17,1,10:4>> +11> <input><<G,J/bitstring>> = <<1,17,42:12>>.</input> +<<1,17,2,10:4>> +12> <input>J.</input> +<<17,2,10:4>> 13> <input><<1024/utf8>>.</input> <<208,128>> </pre> |