Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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