Correct documentation of semantics of strict option

See https://github.com/talentdeficit/jsx/blob/2.8.2/src/jsx_config.erl#L78
This commit is contained in:
Luca Favatella 2017-06-08 13:56:15 +01:00
parent 9f0ababed2
commit 1e80a36061

View file

@ -440,7 +440,7 @@ additional options beyond these. see
escape sequences not adhering to the json spec result in a `badarg` error
any combination of these can be passed to **jsx** by using `{strict, [strict_option()]}`.
`strict` is equivalent to `{strict, [comments, utf8, single_quotes, escapes]}`
`strict` is equivalent to `{strict, [comments, trailing_commas, utf8, single_quotes, escapes]}`
- `return_tail`