Apply suggestions from code review

Thank you!

Co-authored-by: Johannes Marbach <n0-0ne+github@mailbox.org>
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
This commit is contained in:
Hugh Nimmo-Smith 2024-06-12 16:57:12 +01:00 committed by GitHub
parent f353b2ce40
commit 454dacd82e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1179,13 +1179,13 @@ The process between Alice and Bob verifying each other would be:
###### QR code format
The QR codes to be displayed and scanned must be
[ISO/IEC 18004:2015](https://www.iso.org/standard/62021.html) compatible and
The QR codes to be displayed and scanned MUST be
compatible with [ISO/IEC 18004:2015](https://www.iso.org/standard/62021.html) and
contain a single segment that uses the byte mode encoding.
The error correction level can be chosen by the device displaying the QR code.
The binary segment must be of the following form:
The binary segment MUST be of the following form:
- the string `MATRIX` encoded as one ASCII byte per character (i.e. `0x4D`,
`0x41`, `0x54`, `0x52`, `0x49`, `0x58`)