mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-30 01:01:08 +00:00
Reduced the use of the word "symbol" when referring to QR Codes, in all languages.
This commit is contained in:
+1
-1
@@ -109,7 +109,7 @@ QrCode QrCode::encodeSegments(const vector<QrSegment> &segs, Ecc ecl,
|
||||
for (uint8_t padByte = 0xEC; bb.size() < dataCapacityBits; padByte ^= 0xEC ^ 0x11)
|
||||
bb.appendBits(padByte, 8);
|
||||
|
||||
// Create the QR Code symbol
|
||||
// Create the QR Code object
|
||||
return QrCode(version, ecl, bb.getBytes(), mask);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user