Skip to content

Commit a5ad85e

Browse files
authored
Merge pull request #830 from allan2/fix-typo
Fix typo
2 parents 3ac75a6 + 7b5c972 commit a5ad85e

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)