From 2f5463cb2ecbde1b0d3961d5bbfce9fa9cf38117 Mon Sep 17 00:00:00 2001 From: oxalica Date: Mon, 6 Nov 2023 15:04:13 +0800 Subject: [PATCH] Fix typo --- src/stdio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stdio.rs b/src/stdio.rs index 4b2bc37..02b863a 100644 --- a/src/stdio.rs +++ b/src/stdio.rs @@ -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. //! //! ```