We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71ed10b commit 7712341Copy full SHA for 7712341
iroh-relay/src/protos/relay.rs
@@ -164,7 +164,7 @@ impl Datagrams {
164
/// will result in returning essentially a clone of `self`, while making `self` empty afterwards.
165
///
166
/// Calling this on a datagram batch with e.g. 15 datagrams with `num_segments == 10` will
167
- /// result in returning a datagram batch taht contains the first 10 datagrams and leave `self`
+ /// result in returning a datagram batch that contains the first 10 datagrams and leave `self`
168
/// containing the remaining 5 datagrams.
169
170
/// Calling this on a datagram batch with less than `num_segments` datagrams will result in
0 commit comments