Skip to content

Commit 254aca5

Browse files
authored
chore(s2n-quic-transport): fix typos for naturally (#2994)
1 parent dff5d0d commit 254aca5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

quic/s2n-quic-transport/src/stream/receive_stream.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -788,7 +788,7 @@ impl ReceiveStream {
788788
}
789789
}
790790

791-
// STOP_SENDING cannot be flushed so it natually operates in detached mode
791+
// STOP_SENDING cannot be flushed so it naturally operates in detached mode
792792
self.detach();
793793

794794
// We clear the receive buffer, to free up any buffer

0 commit comments

Comments
 (0)