We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d76e8d commit f1ae691Copy full SHA for f1ae691
digest/src/hashwriter.rs
@@ -1,4 +1,4 @@
1
-//! Adds hashing to any writer. Inspired by implemention in phase2 crate.
+//! Adds hashing to any writer. Inspired by implementation in phase2 crate.
2
use super::{Digest, FixedOutputReset, Output, Reset};
3
use std::io;
4
0 commit comments