[Pkg-javascript-commits] [json-js] 39/85: s
Jonas Smedegaard
dr at jones.dk
Mon Mar 14 10:39:16 UTC 2016
This is an automated email from the git hooks/post-receive script.
js pushed a commit to branch master
in repository json-js.
commit 5ca5ccb6dfc74a973a4726550e5bb44c2e262ec3
Author: Douglas Crockford <douglas at crockford.com>
Date: Fri Jun 1 14:25:21 2012 -0700
s
---
json_parse_state.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/json_parse_state.js b/json_parse_state.js
index 2153fbe..142229f 100644
--- a/json_parse_state.js
+++ b/json_parse_state.js
@@ -1,6 +1,6 @@
/*
json_parse_state.js
- 2011-02-23
+ 2012-06-01
Public Domain.
@@ -325,7 +325,7 @@ var json_parse = (function () {
// r[0] contains everything that matched, including any initial whitespace.
// r[1] contains any punctuation that was matched, or true, false, or null.
// r[2] contains a matched number, still in string form.
-// r[3] contains a matched string, without quotes but with ecapement.
+// r[3] contains a matched string, without quotes but with escapement.
if (r[1]) {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/json-js.git
More information about the Pkg-javascript-commits
mailing list