Tweaked pluralization in section comments.

pull/134/head
Project Nayuki 7 years ago
parent 52ae1e387f
commit b204202684

@ -37,7 +37,7 @@ final class BitBuffer {
/*---- Constructors ----*/
/*---- Constructor ----*/
public BitBuffer() {
data = new int[64];

@ -125,7 +125,7 @@ public final class QrCode {
/*---- Constructors ----*/
/*---- Constructor ----*/
public QrCode(int ver, Ecc ecl, byte[] dataCodewords, int mask) {
// Check arguments

Loading…
Cancel
Save