Merge pull request #135 from filmor/patch-2

Make the map term more specific
This commit is contained in:
Tristan Sloughter 2020-03-14 21:23:05 -06:00 committed by GitHub
commit b6c9408977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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()