From 7b5c972563382b3073f61b39f10ddbb07372c88c Mon Sep 17 00:00:00 2001 From: Allan <6740989+allan2@users.noreply.github.com> Date: Fri, 8 Nov 2024 18:07:51 -0500 Subject: [PATCH] Fix typo --- src/reader/async_tokio.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/reader/async_tokio.rs b/src/reader/async_tokio.rs index ac74e232..eaf56f26 100644 --- a/src/reader/async_tokio.rs +++ b/src/reader/async_tokio.rs @@ -86,7 +86,7 @@ impl Reader { /// /// // This explicitly uses `from_reader("...".as_bytes())` to use a buffered /// // reader instead of relying on the zero-copy optimizations for reading - /// // from byte slices, which is provides the sync interface anyway. + /// // from byte slices, which provides the sync interface anyway. /// let mut reader = Reader::from_reader(r#" /// /// Test