fix unclear wording in escaped_forward_slashes

This commit is contained in:
alisdair sullivan 2012-06-17 13:33:15 -07:00
parent eb8ba481b5
commit be74dbfe80

View file

@ -264,7 +264,7 @@ jsx functions all take a common set of options. not all flags have meaning in al
- `escaped_forward_slashes` - `escaped_forward_slashes`
json strings are escaped according to the json spec. this means forward slashes (solidus) are optionally escaped. this option is only relevant for encoding; you may want to use this if you are embedding json directly into a html or xml document json strings are escaped according to the json spec. this means forward slashes (solidus) are only escaped when this flag is present. otherwise they are left unescaped. this option is only relevant for encoding; you may want to use this if you are embedding json directly into a html or xml document
- `single_quoted_strings` - `single_quoted_strings`