Skip to content

Commit

Permalink
Fix a comment in Payload::empty()
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Feb 16, 2025
1 parent 31320b6 commit b508844
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manul/src/protocol/round.rs
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ impl Payload {

/// Creates an empty payload.
///
/// Use it in [`Round::receive_message`] if it does not need to create artifacts.
/// Use it in [`Round::receive_message`] if it does not need to create payloads.
pub fn empty() -> Self {
Self::new(())
}
Expand Down

0 comments on commit b508844

Please sign in to comment.