updated modules to use the new eep0018() type
This commit is contained in:
parent
f02724602c
commit
6120455a22
2 changed files with 4 additions and 4 deletions
|
@ -67,8 +67,8 @@ parser(OptsList) ->
|
|||
end.
|
||||
|
||||
|
||||
-spec term_to_json(JSON::json()) -> binary().
|
||||
-spec term_to_json(JSON::json(), Opts::encoder_opts()) -> binary().
|
||||
-spec term_to_json(JSON::eep0018()) -> binary().
|
||||
-spec term_to_json(JSON::eep0018(), Opts::encoder_opts()) -> binary().
|
||||
|
||||
term_to_json(JSON) ->
|
||||
term_to_json(JSON, []).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue