aboutsummaryrefslogtreecommitdiff
path: root/js/binary/utils.js
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@gmail.com>2017-05-01 10:58:38 -0700
committerGitHub <noreply@github.com>2017-05-01 10:58:38 -0700
commit2f4489a3e504e0a4aaffee69b551c6acc9e08374 (patch)
tree4cd6e883d0d92f39ebbaa0f6b4bf0f321a165df0 /js/binary/utils.js
parent286f0598422a70639e587b5329bd3037f5ee76b0 (diff)
parent9053033a5076f82cf18b823c31f352e95e5bfd8d (diff)
downloadprotobuf-2f4489a3e504e0a4aaffee69b551c6acc9e08374.tar.gz
protobuf-2f4489a3e504e0a4aaffee69b551c6acc9e08374.tar.bz2
protobuf-2f4489a3e504e0a4aaffee69b551c6acc9e08374.zip
Merge pull request #3024 from acozzette/merge-3.3-to-master
Merged 3.3.x branch to master
Diffstat (limited to 'js/binary/utils.js')
-rw-r--r--js/binary/utils.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/binary/utils.js b/js/binary/utils.js
index 3ecd08e9..7702020b 100644
--- a/js/binary/utils.js
+++ b/js/binary/utils.js
@@ -430,7 +430,7 @@ jspb.utils.joinHash64 = function(bitsLow, bitsHigh) {
/**
* Individual digits for number->string conversion.
- * @const {!Array.<number>}
+ * @const {!Array.<string>}
*/
jspb.utils.DIGITS = [
'0', '1', '2', '3', '4', '5', '6', '7',