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()
|
||||
|
||||
Remaining = binary() | term()
|
||||
InternalState = any()
|
||||
Config = tuple()
|
||||
InternalState = opaque()
|
||||
Config = list()
|
||||
```
|
||||
`Remaining` is the binary fragment or term that caused the error
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue