Skip to content

Commit 7b5c972

Browse files
authored
Fix typo
1 parent 3ac75a6 commit 7b5c972

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reader/async_tokio.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl<R: AsyncBufRead + Unpin> Reader<R> {
8686
///
8787
/// // This explicitly uses `from_reader("...".as_bytes())` to use a buffered
8888
/// // reader instead of relying on the zero-copy optimizations for reading
89-
/// // from byte slices, which is provides the sync interface anyway.
89+
/// // from byte slices, which provides the sync interface anyway.
9090
/// let mut reader = Reader::from_reader(r#"
9191
/// <tag1 att1 = "test">
9292
/// <tag2><!--Test comment-->Test</tag2>

0 commit comments

Comments
 (0)