summaryrefslogtreecommitdiffstats
path: root/tokio/src/io/util/buf_stream.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tokio/src/io/util/buf_stream.rs')
-rw-r--r--tokio/src/io/util/buf_stream.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tokio/src/io/util/buf_stream.rs b/tokio/src/io/util/buf_stream.rs
index 12b213d0..a56a4517 100644
--- a/tokio/src/io/util/buf_stream.rs
+++ b/tokio/src/io/util/buf_stream.rs
@@ -24,7 +24,7 @@ pin_project! {
}
impl<RW: AsyncRead + AsyncWrite> BufStream<RW> {
- /// Wrap a type in both [`BufWriter`] and [`BufReader`].
+ /// Wraps a type in both [`BufWriter`] and [`BufReader`].
///
/// See the documentation for those types and [`BufStream`] for details.
pub fn new(stream: RW) -> BufStream<RW> {