fix the tenses and forms of option flags
This commit is contained in:
parent
fdea98ebbf
commit
3bc2c68ea3
8 changed files with 221 additions and 211 deletions
|
@ -1,11 +1,11 @@
|
|||
-record(opts, {
|
||||
loose_unicode = false,
|
||||
escape_forward_slash = false,
|
||||
explicit_end = false,
|
||||
single_quotes = false,
|
||||
no_jsonp_escapes = false,
|
||||
replaced_bad_utf8 = false,
|
||||
escaped_forward_slashes = false,
|
||||
single_quoted_strings = false,
|
||||
unescaped_jsonp = false,
|
||||
comments = false,
|
||||
json_escape = false,
|
||||
escaped_strings = false,
|
||||
dirty_strings = false,
|
||||
ignore_bad_escapes = false
|
||||
ignored_bad_escapes = false,
|
||||
explicit_end = false
|
||||
}).
|
Loading…
Add table
Add a link
Reference in a new issue