diff options
Diffstat (limited to 'ext/http/network_buffered_stream.rs')
-rw-r--r-- | ext/http/network_buffered_stream.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/http/network_buffered_stream.rs b/ext/http/network_buffered_stream.rs index bb128ba04..57b2b5810 100644 --- a/ext/http/network_buffered_stream.rs +++ b/ext/http/network_buffered_stream.rs @@ -126,7 +126,7 @@ pub struct NetworkBufferedStream<S: AsyncRead + Unpin> { } impl<S: AsyncRead + Unpin> NetworkBufferedStream<S> { - /// This constructor is private, because passing partically initialized data between the [`NetworkStreamPrefixCheck`] and + /// This constructor is private, because passing partially initialized data between the [`NetworkStreamPrefixCheck`] and /// this [`NetworkBufferedStream`] is challenging without the introduction of extra copies. fn new( io: S, |