mirror of
https://github.com/status-im/QR-Code-generator.git
synced 2026-08-31 01:31:10 +00:00
Tweaked BitBuffer.appendBits() comment in several language versions.
This commit is contained in:
+1
-1
@@ -49,7 +49,7 @@ class BitBuffer final : public std::vector<bool> {
|
||||
|
||||
|
||||
// Appends the given number of low bits of the given value
|
||||
// to this sequence. Requires 0 <= val < 2^len.
|
||||
// to this sequence. Requires 0 <= len <= 31 and 0 <= val < 2^len.
|
||||
public: void appendBits(std::uint32_t val, int len);
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user