Minor nit.
This commit is contained in:
parent
887330e895
commit
e8d21f30ca
|
@ -29,7 +29,7 @@ Examples::
|
||||||
# grouping hexadecimal addresses by words
|
# grouping hexadecimal addresses by words
|
||||||
addr = 0xDEAD_BEEF
|
addr = 0xDEAD_BEEF
|
||||||
|
|
||||||
# grouping bits into bytes in a binary literal
|
# grouping bits into nibbles in a binary literal
|
||||||
flags = 0b_0011_1111_0100_1110
|
flags = 0b_0011_1111_0100_1110
|
||||||
|
|
||||||
# making the literal suffix stand out more
|
# making the literal suffix stand out more
|
||||||
|
|
Loading…
Reference in New Issue