minor edits to incomplete/error_handler section

This commit is contained in:
alisdair sullivan 2013-03-06 02:22:43 -08:00
parent d8524ffe50
commit 163a578eab

View file

@ -308,8 +308,8 @@ jsx functions all take a common set of options. not all flags have meaning in al
F(Remaining, InternalState, Config) -> any() F(Remaining, InternalState, Config) -> any()
Remaining = binary() | term() Remaining = binary() | term()
InternalState = any() InternalState = opaque()
Config = tuple() Config = list()
``` ```
`Remaining` is the binary fragment or term that caused the error `Remaining` is the binary fragment or term that caused the error