Update README.md
Remove unused spec from encode/1,2 doc
This commit is contained in:
parent
f5dc574a86
commit
76df65b19d
1 changed files with 0 additions and 1 deletions
|
@ -517,7 +517,6 @@ encode(Term, Opts) -> JSON
|
||||||
Term = json_term()
|
Term = json_term()
|
||||||
JSON = json_text()
|
JSON = json_text()
|
||||||
Opts = [option() | space | {space, N} | indent | {indent, N}]
|
Opts = [option() | space | {space, N} | indent | {indent, N}]
|
||||||
F = fun((any()) -> any())
|
|
||||||
N = pos_integer()
|
N = pos_integer()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue