Issue 408 comment fix
[zxing.git] / core / src / com / google / zxing / qrcode / decoder / Version.java
index 497a63f..b8ff6c4 100755 (executable)
@@ -129,7 +129,7 @@ public final class Version {
       }\r
     }\r
     // We can tolerate up to 3 bits of error since no two version info codewords will\r
-    // differ in less than 4 bits.\r
+    // differ in less than 8 bits.\r
     if (bestDifference <= 3) {\r
       return getVersionForNumber(bestVersion);\r
     }\r