Fixed typo, added blank line.

This commit is contained in:
Project Nayuki 2020-01-20 03:06:05 +00:00
parent 096c70cd4d
commit 29119d3f2e
1 changed files with 1 additions and 1 deletions

View File

@ -862,7 +862,7 @@ impl QrCode {
}
/*---- Cconstants and tables ----*/
/*---- Constants and tables ----*/
/// The minimum version number supported in the QR Code Model 2 standard.
pub const QrCode_MIN_VERSION: Version = Version( 1);