minor edits to incomplete/error_handler section
This commit is contained in:
parent
d8524ffe50
commit
163a578eab
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue