Skip to content

Commit

Permalink
fix typo (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
fieldinrain authored and michalmuskala committed Sep 26, 2019
1 parent d708e34 commit 5274823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jason.ex
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ defmodule Jason do
* `:json` (default) - the regular JSON escaping as defined by RFC 7159.
* `:javascript_safe` - additionally escapes the LINE SEPARATOR (U+2028)
and PARAGRAPH SEPARATOR (U+2029) characters to make the produced JSON
valid JavaSciprt.
valid JavaScript.
* `:html_safe` - similar to `:javascript_safe`, but also escapes the `/`
character to prevent XSS.
* `:unicode_safe` - escapes all non-ascii characters.
Expand Down

0 comments on commit 5274823

Please sign in to comment.