more type fixes

This commit is contained in:
alisdair sullivan 2010-08-11 23:11:12 -07:00
parent 6120455a22
commit b016087ceb
2 changed files with 3 additions and 3 deletions

View file

@ -80,7 +80,7 @@
-type encoder_opts() :: [encoder_opt()].
-type encoder_opt() :: {strict, true | false}
| {encoding, auto | supported_utf()}
| {encoding, supported_utf()}
| {space, integer()}
| space
| {indent, integer()}