Skip to content

Commit 08d677f

Browse files
authored
sha1: fix typo (#424)
1 parent d603368 commit 08d677f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sha1/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@
3333
//!
3434
//! This crate has been transferred to the RustCrypto organization and uses
3535
//! implementation previously published as the `sha-1` crate. The previous
36-
//! zero dependencies version is now published as the [`sha1_smoll`] crate.
36+
//! zero dependencies version is now published as the [`sha1_smol`] crate.
3737
//!
3838
//! [1]: https://en.wikipedia.org/wiki/SHA-1
3939
//! [2]: https://sha-mbles.github.io/
4040
//! [3]: https://github.com/RustCrypto/hashes
41-
//! [`sha1_smoll`]: https://github.com/mitsuhiko/sha1-smol/
41+
//! [`sha1_smol`]: https://github.com/mitsuhiko/sha1-smol/
4242
4343
#![no_std]
4444
#![cfg_attr(docsrs, feature(doc_cfg))]

0 commit comments

Comments
 (0)