Skip to content

Commit

Permalink
Fix spelling in README.md (#141)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylv256 authored Feb 8, 2024
1 parent 9584c69 commit 6e93d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ let send_type = SendType::ReliableOrdered {
resend_time: Duration::from_millis(300)
};

// Garantee of message delivery but not order
// Guarantee of message delivery but not order
let send_type = SendType::ReliableUnordered {
resend_time: Duration::from_millis(300)
};
Expand Down

0 comments on commit 6e93d29

Please sign in to comment.