Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oxalica committed Nov 6, 2023
1 parent 0d2d139 commit 2f5463c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/stdio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
//! ## `tokio`
//!
//! There are methods `PipeStd{in,out}::{lock,try_into}_tokio` gated under feature `tokio` to
//! work with `tokio` runtime. The returned type implements coresponding
//! work with `tokio` runtime. The returned type implements corresponding
//! `tokio::io::Async{Read,Write}` interface.
//!
//! ```
Expand Down

0 comments on commit 2f5463c

Please sign in to comment.