Skip to content

Commit

Permalink
Merge pull request #830 from allan2/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
Mingun authored Nov 9, 2024
2 parents 3ac75a6 + 7b5c972 commit a5ad85e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reader/async_tokio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ impl<R: AsyncBufRead + Unpin> Reader<R> {
///
/// // 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#"
/// <tag1 att1 = "test">
/// <tag2><!--Test comment-->Test</tag2>
Expand Down

0 comments on commit a5ad85e

Please sign in to comment.