Skip to content

Commit

Permalink
Update src/lib.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
mcches authored Dec 11, 2023
1 parent f6b87dd commit 8db1ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
//! received by the client. Note that there are three steps to each packet
//! trace in turmoil. We see `Send` when a packet is sent from one address
//! to another. The packet is then `Delivered` to its destination, and when
//! the destination listener reads the packet it is `Recv`'d.
//! the destination reads the packet it is `Recv`'d.
//!
//! # Feature flags
//!
Expand Down

0 comments on commit 8db1ce2

Please sign in to comment.