diff --git a/src/io/buf_read.rs b/src/io/buf_read.rs index 90c1fff..8e0e9a3 100644 --- a/src/io/buf_read.rs +++ b/src/io/buf_read.rs @@ -28,7 +28,7 @@ cfg_if! { /// /// This trait is an async version of [`std::io::BufRead`]. /// -/// While it is currently not possible to implement this trait directly, it get implemented +/// While it is currently not possible to implement this trait directly, it gets implemented /// automatically for all types that implement [`futures::io::AsyncBufRead`]. /// /// [`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html diff --git a/src/io/read.rs b/src/io/read.rs index 7c1c2cb..fae2b1c 100644 --- a/src/io/read.rs +++ b/src/io/read.rs @@ -27,7 +27,7 @@ cfg_if! { /// /// This trait is an async version of [`std::io::Read`]. /// -/// While it is currently not possible to implement this trait directly, it get implemented +/// While it is currently not possible to implement this trait directly, it gets implemented /// automatically for all types that implement [`futures::io::AsyncRead`]. /// /// [`std::io::Read`]: https://doc.rust-lang.org/std/io/trait.Read.html diff --git a/src/io/seek.rs b/src/io/seek.rs index aff0970..43841d3 100644 --- a/src/io/seek.rs +++ b/src/io/seek.rs @@ -25,7 +25,7 @@ cfg_if! { /// /// This trait is an async version of [`std::io::Seek`]. /// -/// While it is currently not possible to implement this trait directly, it get implemented +/// While it is currently not possible to implement this trait directly, it gets implemented /// automatically for all types that implement [`futures::io::AsyncSeek`]. /// /// [`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html diff --git a/src/io/write.rs b/src/io/write.rs index 95b64be..9054add 100644 --- a/src/io/write.rs +++ b/src/io/write.rs @@ -26,7 +26,7 @@ cfg_if! { /// /// This trait is an async version of [`std::io::Write`]. /// -/// While it is currently not possible to implement this trait directly, it get implemented +/// While it is currently not possible to implement this trait directly, it gets implemented /// automatically for all types that implement [`futures::io::AsyncWrite`]. /// /// [`std::io::Write`]: https://doc.rust-lang.org/std/io/trait.Write.html