From 9bf7554a35da96a5032e82dc8f3f11b36828f67f Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Thu, 11 Aug 2011 17:07:04 -0700 Subject: [PATCH] remove wrong comment in jsx_common.hrl --- src/jsx_common.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jsx_common.hrl b/src/jsx_common.hrl index 5baadc5..2603217 100644 --- a/src/jsx_common.hrl +++ b/src/jsx_common.hrl @@ -26,7 +26,7 @@ -record(opts, { loose_unicode = false, encoding = auto, - escape_forward_slash = false, %% does nothing, used by encoder + escape_forward_slash = false, iterate = false }).