Skip to content

Commit

Permalink
digest: fix doc comment (#1640)
Browse files Browse the repository at this point in the history
  • Loading branch information
riskrose authored Aug 2, 2024
1 parent 5d76e8d commit f1ae691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion digest/src/hashwriter.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Adds hashing to any writer. Inspired by implemention in phase2 crate.
//! Adds hashing to any writer. Inspired by implementation in phase2 crate.
use super::{Digest, FixedOutputReset, Output, Reset};
use std::io;

Expand Down

0 comments on commit f1ae691

Please sign in to comment.