markdown and erlang typespecs don't always get along
This commit is contained in:
parent
b836b060b1
commit
3cbabec80e
1 changed files with 2 additions and 2 deletions
|
@ -136,11 +136,11 @@ this implementation is interruptable and reentrant and may be used to incrementa
|
||||||
|
|
||||||
**json** | **erlang**
|
**json** | **erlang**
|
||||||
--------------------------------|--------------------------------
|
--------------------------------|--------------------------------
|
||||||
`number` | `integer()` | `float()`
|
`number` | `integer()` OR `float()`
|
||||||
`string` | `binary()`
|
`string` | `binary()`
|
||||||
`true`, `false` and `null` | `true`, `false` and `null`
|
`true`, `false` and `null` | `true`, `false` and `null`
|
||||||
`array` | `list()`
|
`array` | `list()`
|
||||||
`object` | `[{}]` | `[{binary(), JSON}]`
|
`object` | `[{}]` OR `[{binary(), JSON}]`
|
||||||
|
|
||||||
**json**
|
**json**
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue