Skip to content

Commit af0cc0d

Browse files
committed
fix tagged_prop() type spec
1 parent 87ae413 commit af0cc0d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

deps/rabbit/src/mc.erl

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,13 @@
6868
{utf8, binary()} |
6969
{binary, binary()} |
7070
{boolean, boolean()} |
71-
{long, integer()} |
72-
{ulong, non_neg_integer() } |
71+
{double | float, float()} |
72+
{long | int | short | byte, integer()} |
73+
{ulong | uint | ushort | ubyte, non_neg_integer()} |
74+
{timestamp, non_neg_integer()} |
7375
{list, [tagged_prop()]} |
7476
{map, [{tagged_prop(), tagged_prop()}]} |
77+
null |
7578
undefined.
7679

7780
%% behaviour callbacks for protocol specific implementation

0 commit comments

Comments
 (0)