remove wrong comment in jsx_common.hrl
This commit is contained in:
parent
e1e9636901
commit
9bf7554a35
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
||||||
-record(opts, {
|
-record(opts, {
|
||||||
loose_unicode = false,
|
loose_unicode = false,
|
||||||
encoding = auto,
|
encoding = auto,
|
||||||
escape_forward_slash = false, %% does nothing, used by encoder
|
escape_forward_slash = false,
|
||||||
iterate = false
|
iterate = false
|
||||||
}).
|
}).
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue