Error in bit string literals example

In the 2019 edition of the LRM, section 15.8 page 265, there is an example of the use of bit string literals:

UO"2C"     -- Equivalent to B"011_CCC"

Change it to read:

UO"2C"     -- Equivalent to the string literal "010CCC"
Edited by JimLewis
To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information