Skip to content

Commit

Permalink
Make the map term more specific
Browse files Browse the repository at this point in the history
  • Loading branch information
filmor authored Mar 8, 2020
1 parent 04ea54a commit 6d71eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jsx.erl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 55,7 @@
-ifdef(maps_support).
-type json_term() :: [{binary() | atom(), json_term()}] | [{},...]
| [json_term()] | []
| map()
| #{ binary() | atom() => json_term() }
| true | false | null
| integer() | float()
| binary() | atom()
Expand Down

0 comments on commit 6d71eec

Please sign in to comment.