From 5ca5ccb6dfc74a973a4726550e5bb44c2e262ec3 Mon Sep 17 00:00:00 2001 From: Douglas Crockford Date: Fri, 1 Jun 2012 14:25:21 -0700 Subject: [PATCH] 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]) {