From 29119d3f2edba8e1ce62f5d9707b1ef108687726 Mon Sep 17 00:00:00 2001 From: Project Nayuki Date: Mon, 20 Jan 2020 03:06:05 +0000 Subject: [PATCH] Fixed typo, added blank line. --- rust/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/src/lib.rs b/rust/src/lib.rs index be7303c..1dd1ad9 100644 --- a/rust/src/lib.rs +++ b/rust/src/lib.rs @@ -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);