Skip to content

Commit 0ab2c8f

Browse files
author
Stjepan Glavina
committed
typos
1 parent adb64b3 commit 0ab2c8f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/io/buf_read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cfg_if! {
2828
///
2929
/// This trait is an async version of [`std::io::BufRead`].
3030
///
31-
/// While it is currently not possible to implement this trait directly, it get implemented
31+
/// While it is currently not possible to implement this trait directly, it gets implemented
3232
/// automatically for all types that implement [`futures::io::AsyncBufRead`].
3333
///
3434
/// [`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html

src/io/read.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ cfg_if! {
2727
///
2828
/// This trait is an async version of [`std::io::Read`].
2929
///
30-
/// While it is currently not possible to implement this trait directly, it get implemented
30+
/// While it is currently not possible to implement this trait directly, it gets implemented
3131
/// automatically for all types that implement [`futures::io::AsyncRead`].
3232
///
3333
/// [`std::io::Read`]: https://doc.rust-lang.org/std/io/trait.Read.html

src/io/seek.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cfg_if! {
2525
///
2626
/// This trait is an async version of [`std::io::Seek`].
2727
///
28-
/// While it is currently not possible to implement this trait directly, it get implemented
28+
/// While it is currently not possible to implement this trait directly, it gets implemented
2929
/// automatically for all types that implement [`futures::io::AsyncSeek`].
3030
///
3131
/// [`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html

src/io/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cfg_if! {
2626
///
2727
/// This trait is an async version of [`std::io::Write`].
2828
///
29-
/// While it is currently not possible to implement this trait directly, it get implemented
29+
/// While it is currently not possible to implement this trait directly, it gets implemented
3030
/// automatically for all types that implement [`futures::io::AsyncWrite`].
3131
///
3232
/// [`std::io::Write`]: https://doc.rust-lang.org/std/io/trait.Write.html

0 commit comments

Comments
 (0)