Skip to content

Commit

Permalink
enhance typespec
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro M. Ramallo <[email protected]>
  • Loading branch information
aramallo committed Dec 13, 2024
1 parent 3a12b8a commit c232345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/partisan_plumtree_broadcast_handler.erl
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@


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


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

0 comments on commit c232345

Please sign in to comment.