Skip to content

Commit

Permalink
Fix invalid option reference; spell check (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
dimitarvp authored and michalmuskala committed Jul 1, 2019
1 parent 8c0701f commit 07d5d8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/jason.ex
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ defmodule Jason do
* `:javascript_safe` - additionally escapes the LINE SEPARATOR (U+2028)
and PARAGRAPH SEPARATOR (U+2029) characters to make the produced JSON
valid JavaSciprt.
* `:html_safe` - similar to `:javascript`, but also escapes the `/`
caracter to prevent XSS.
* `:html_safe` - similar to `:javascript_safe`, but also escapes the `/`
character to prevent XSS.
* `:unicode_safe` - escapes all non-ascii characters.
* `:maps` - controls how maps are encoded. Possible values are:
Expand Down

0 comments on commit 07d5d8a

Please sign in to comment.