Tweaked pluralization in section comments, in multiple languages.

This commit is contained in:
Project Nayuki 2018-06-23 16:21:40 +00:00
parent ea9b207b0b
commit 80797f449e
3 changed files with 3 additions and 3 deletions

View File

@ -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,

View File

@ -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.

View File

@ -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