Tweaked pluralization in section comments, in multiple languages.
This commit is contained in:
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…
Reference in New Issue