Skip to content

Commit c260734

Browse files
committed
Fix msgpack_term() type.
1 parent 7cdfd96 commit c260734

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/msgpack.hrl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
%% Erlang representation of msgpack data.
3535
-type msgpack_term() :: [msgpack_term()] | msgpack_map() |
36-
integer() | float() | binary().
36+
integer() | float() | boolean() | binary().
3737

3838
%% @doc ext_packer that packs only tuples with length > 2
3939
-type msgpack_ext_packer() :: fun((tuple(), msgpack:options()) ->

0 commit comments

Comments
 (0)