Skip to content

Commit

Permalink
Update pulldown-cmark-escape/src/lib.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Roope Salmi <rpsalmi@gmail.com>
  • Loading branch information
notriddle and ollpu committed Apr 16, 2024
1 parent 081a4d2 commit 00c9c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulldown-cmark-escape/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ where
}

/// This wrapper exists because we can't have both a blanket implementation
/// for all types implementing `Write` and types of the for `&mut W` where
/// for all types implementing `io::Write` and types of the form `&mut W` where
/// `W: StrWrite`. Since we need the latter a lot, we choose to wrap
/// `Write` types.
#[derive(Debug)]
Expand Down

0 comments on commit 00c9c48

Please sign in to comment.