Skip to content

Commit 7712341

Browse files
committed
Fix typo in comment
1 parent 71ed10b commit 7712341

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

iroh-relay/src/protos/relay.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ impl Datagrams {
164164
/// will result in returning essentially a clone of `self`, while making `self` empty afterwards.
165165
///
166166
/// 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`
167+
/// result in returning a datagram batch that contains the first 10 datagrams and leave `self`
168168
/// containing the remaining 5 datagrams.
169169
///
170170
/// Calling this on a datagram batch with less than `num_segments` datagrams will result in

0 commit comments

Comments
 (0)