Merge pull request #3314 from emqx/master

Auto-pull-request-by-2020-03-16
This commit is contained in:
turtleDeng 2020-03-16 20:18:30 +08:00 committed by GitHub
commit 531d1cf0a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@
-spec(encode(json_term()) -> json_text()).
encode(Term) ->
encode(Term, []).
encode(Term, [force_utf8]).
-spec(encode(json_term(), encode_options()) -> json_text()).
encode(Term, Opts) ->