Skip to content

Commit bd83a45

Browse files
author
José Valim
committed
Fix typespecs table
Signed-off-by: José Valim <[email protected]>
1 parent 52dc944 commit bd83a45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elixir/pages/Typespecs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ Built-in type | Defined as
100100
`list()` | `[any()]`
101101
`maybe_improper_list()` | `maybe_improper_list(any(), any())`
102102
`nonempty_list()` | `nonempty_list(any())`
103+
`iolist()` | `maybe_improper_list(byte() \| binary() \| iolist(), binary() \| [])`
103104
`iodata()` | `iolist()` \| `binary()`
104-
`iolist()` | `maybe_improper_list(byte()` \| `binary()` \| `iolist(), binary()` \| `[])`
105105
`module()` | `atom()` \| `tuple()`
106106
`arity()` | `0..255`
107107
`mfa()` | `{atom(), atom(), arity()}`

0 commit comments

Comments
 (0)