Skip to content

Commit

Permalink
fix: clippy error in doc
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
kbdharun committed May 13, 2024
1 parent 3092e01 commit ab21442
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct RenderStyles {
pub struct PageRenderer<'a> {
/// Path to the page.
path: &'a Path,
/// A BufReader containing the page.
/// A buffered reader containing the page.
reader: BufReader<File>,
/// A buffered handle to standard output.
stdout: BufWriter<io::StdoutLock<'static>>,
Expand Down

0 comments on commit ab21442

Please sign in to comment.