From 0dea50b1e7f019215a1902801432981d2fcbe9b6 Mon Sep 17 00:00:00 2001 From: alisdair sullivan Date: Tue, 3 Aug 2010 00:27:58 -0700 Subject: [PATCH] fixed erroneous -type --- include/jsx_types.hrl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/jsx_types.hrl b/include/jsx_types.hrl index 07d9adb..f6a629f 100644 --- a/include/jsx_types.hrl +++ b/include/jsx_types.hrl @@ -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} }.