fixed erroneous -type
This commit is contained in:
parent
375bd8ee11
commit
0dea50b1e7
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@
|
||||||
-type jsx_opts() :: [jsx_opt()].
|
-type jsx_opts() :: [jsx_opt()].
|
||||||
-type jsx_opt() :: {comments, true | false}
|
-type jsx_opt() :: {comments, true | false}
|
||||||
| {escaped_unicode, ascii | codepoint | none}
|
| {escaped_unicode, ascii | codepoint | none}
|
||||||
| {multi_term, true | false | whitespace | binary()}
|
| {multi_term, true | false}
|
||||||
| {encoding, auto | utf8 | utf16 | {utf16, little} | utf32 | {utf32, little} }.
|
| {encoding, auto | utf8 | utf16 | {utf16, little} | utf32 | {utf32, little} }.
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue