File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ cfg_if! {
28
28
///
29
29
/// This trait is an async version of [`std::io::BufRead`].
30
30
///
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
32
32
/// automatically for all types that implement [`futures::io::AsyncBufRead`].
33
33
///
34
34
/// [`std::io::BufRead`]: https://doc.rust-lang.org/std/io/trait.BufRead.html
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ cfg_if! {
27
27
///
28
28
/// This trait is an async version of [`std::io::Read`].
29
29
///
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
31
31
/// automatically for all types that implement [`futures::io::AsyncRead`].
32
32
///
33
33
/// [`std::io::Read`]: https://doc.rust-lang.org/std/io/trait.Read.html
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ cfg_if! {
25
25
///
26
26
/// This trait is an async version of [`std::io::Seek`].
27
27
///
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
29
29
/// automatically for all types that implement [`futures::io::AsyncSeek`].
30
30
///
31
31
/// [`std::io::Seek`]: https://doc.rust-lang.org/std/io/trait.Seek.html
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ cfg_if! {
26
26
///
27
27
/// This trait is an async version of [`std::io::Write`].
28
28
///
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
30
30
/// automatically for all types that implement [`futures::io::AsyncWrite`].
31
31
///
32
32
/// [`std::io::Write`]: https://doc.rust-lang.org/std/io/trait.Write.html
You can’t perform that action at this time.
0 commit comments