Skip to content

Commit 42bd13a

Browse files
committed
Merge pull request #50 from okeuday/master
Fix msgpack_term() type.
2 parents 7cdfd96 + c260734 commit 42bd13a

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)