Skip to content

Commit f1ae691

Browse files
authored
digest: fix doc comment (#1640)
1 parent 5d76e8d commit f1ae691

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

digest/src/hashwriter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//! Adds hashing to any writer. Inspired by implemention in phase2 crate.
1+
//! Adds hashing to any writer. Inspired by implementation in phase2 crate.
22
use super::{Digest, FixedOutputReset, Output, Reset};
33
use std::io;
44

0 commit comments

Comments
 (0)