fixed erroneous -type

This commit is contained in:
alisdair sullivan 2010-08-03 00:27:58 -07:00
parent 375bd8ee11
commit 0dea50b1e7

View file

@ -30,7 +30,7 @@
-type jsx_opts() :: [jsx_opt()].
-type jsx_opt() :: {comments, true | false}
| {escaped_unicode, ascii | codepoint | none}
| {multi_term, true | false | whitespace | binary()}
| {multi_term, true | false}
| {encoding, auto | utf8 | utf16 | {utf16, little} | utf32 | {utf32, little} }.