Skip to content

Commit c232345

Browse files
committed
enhance typespec
Signed-off-by: Alejandro M. Ramallo <alejandro.ramallo@leapsight.com>
1 parent 3a12b8a commit c232345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/partisan_plumtree_broadcast_handler.erl

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545

4646
%% Return a two-tuple of message id and payload from a given broadcast
47-
-callback broadcast_data(any()) -> {any(), any()}.
47+
-callback broadcast_data(any()) -> {MessageId :: any(), Payload :: any()}.
4848

4949

5050
%% Return the channel to be used when broadcasting data associate with this

0 commit comments

Comments
 (0)