Skip to content

Commit 07d5d8a

Browse files
dimitarvpmichalmuskala
authored andcommitted
Fix invalid option reference; spell check (michalmuskala#83)
1 parent 8c0701f commit 07d5d8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/jason.ex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ defmodule Jason do
9494
* `:javascript_safe` - additionally escapes the LINE SEPARATOR (U+2028)
9595
and PARAGRAPH SEPARATOR (U+2029) characters to make the produced JSON
9696
valid JavaSciprt.
97-
* `:html_safe` - similar to `:javascript`, but also escapes the `/`
98-
caracter to prevent XSS.
97+
* `:html_safe` - similar to `:javascript_safe`, but also escapes the `/`
98+
character to prevent XSS.
9999
* `:unicode_safe` - escapes all non-ascii characters.
100100
101101
* `:maps` - controls how maps are encoded. Possible values are:

0 commit comments

Comments
 (0)