Skip to content

Commit 5274823

Browse files
fieldinrainmichalmuskala
authored andcommitted
fix typo (michalmuskala#91)
1 parent d708e34 commit 5274823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/jason.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ defmodule Jason do
9393
* `:json` (default) - the regular JSON escaping as defined by RFC 7159.
9494
* `:javascript_safe` - additionally escapes the LINE SEPARATOR (U+2028)
9595
and PARAGRAPH SEPARATOR (U+2029) characters to make the produced JSON
96-
valid JavaSciprt.
96+
valid JavaScript.
9797
* `:html_safe` - similar to `:javascript_safe`, but also escapes the `/`
9898
character to prevent XSS.
9999
* `:unicode_safe` - escapes all non-ascii characters.

0 commit comments

Comments
 (0)