We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7cc8266 + 4f7e6d1 commit 69d5aa8Copy full SHA for 69d5aa8
include/msgpack.hrl
@@ -32,8 +32,8 @@
32
{msgpack_map(), binary()} | no_return() ).
33
34
%% Erlang representation of msgpack data.
35
--type msgpack_term() :: [msgpack_term()] | msgpack_map_jsx() |
36
- msgpack_map_jiffy() | integer() | float() | binary().
+-type msgpack_term() :: [msgpack_term()] | msgpack_map() |
+ integer() | float() | binary().
37
38
%% @doc ext_packer that packs only tuples with length > 2
39
-type msgpack_ext_packer() :: fun((tuple(), msgpack:options()) ->
0 commit comments