Tweaked pluralization in section comments, in multiple languages.

pull/35/merge
Project Nayuki 7 years ago
parent ea9b207b0b
commit 80797f449e

@ -120,7 +120,7 @@ class QrCode final {
/*---- Constructors ----*/
/*---- Constructor ----*/
/*
* Creates a new QR Code symbol with the given version number, error correction level, binary data array,

@ -194,7 +194,7 @@ public final class QrCode {
/*---- Constructors ----*/
/*---- Constructor ----*/
/**
* Creates a new QR Code symbol with the specified version number, error correction level, binary data array, and mask number.

@ -163,7 +163,7 @@ impl QrCode {
}
/*---- Constructors ----*/
/*---- Constructor ----*/
// Creates a new QR Code symbol with the given version number, error correction level,
// binary data array, and mask number. This is a cumbersome low-level constructor that

Loading…
Cancel
Save