From 68c5d1f0f026f9d5e87b254697a5572296eddba8 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Mon, 22 Jul 2013 19:49:08 +0200 Subject: [PATCH] Updates comment. --- src/jquery.qrcode.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jquery.qrcode.js b/src/jquery.qrcode.js index 339bdda..1376263 100644 --- a/src/jquery.qrcode.js +++ b/src/jquery.qrcode.js @@ -26,7 +26,7 @@ }, // Returns a minimal QR code for the given text. Returns `null` if `text` - // is to long to be encoded. At the moment it should work with up to 271 characters. + // is to long to be encoded. At the moment it should work with up to ~2900 characters. createBestQr = function (text) { for (var type = 2; type <= 40; type += 1) {