minor fixes

This commit is contained in:
alisdair sullivan 2011-07-26 13:12:37 -07:00
parent c0cb1827f2
commit 63b3ca5a7f

View file

@ -86,8 +86,6 @@
%% json specification
-type jsx_term() :: jsx_object() | jsx_array().
-type jsx_array() :: [jsx_term()] | [].
-type jsx_object() :: [{jsx_key(), jsx_term()}] | [{}].