Issue 408 comment fix

git-svn-id: https://zxing.googlecode.com/svn/trunk@1371 59b500cc-1b3d-0410-9834-0bbf25fbcc57
This commit is contained in:
srowen 2010-05-19 07:20:28 +00:00
parent 4b2e92b9c4
commit 88788a8b7e

View file

@ -129,7 +129,7 @@ public final class Version {
}
}
// We can tolerate up to 3 bits of error since no two version info codewords will
// differ in less than 4 bits.
// differ in less than 8 bits.
if (bestDifference <= 3) {
return getVersionForNumber(bestVersion);
}