update encoder_opts() spec

This commit is contained in:
alisdair sullivan 2011-08-18 06:25:10 -07:00
parent e0a47225d8
commit c1d8025081

View file

@ -125,6 +125,8 @@
-type decoder_opts() :: [decoder_opt()].
-type decoder_opt() :: {strict, true | false}
| {repeatable_keys, true | false}
| repeatable_keys
| {encoding, supported_utf()}.