We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ac75a6 commit 7b5c972Copy full SHA for 7b5c972
src/reader/async_tokio.rs
@@ -86,7 +86,7 @@ impl<R: AsyncBufRead + Unpin> Reader<R> {
86
///
87
/// // This explicitly uses `from_reader("...".as_bytes())` to use a buffered
88
/// // reader instead of relying on the zero-copy optimizations for reading
89
- /// // from byte slices, which is provides the sync interface anyway.
+ /// // from byte slices, which provides the sync interface anyway.
90
/// let mut reader = Reader::from_reader(r#"
91
/// <tag1 att1 = "test">
92
/// <tag2><!--Test comment-->Test</tag2>
0 commit comments