Skip to content
This repository was archived by the owner on Nov 30, 2022. It is now read-only.

Commit 5f029ff

Browse files
committed
Fix a small typo in sha256t.rs
1 parent 3ba1936 commit 5f029ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sha256t.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ impl<T: Tag> HashTrait for Hash<T> {
125125

126126
/// Macro used to define a newtype tagged hash.
127127
/// It creates two public types:
128-
/// - a sha246t::Tag struct,
128+
/// - a sha256t::Tag struct,
129129
/// - a sha256t::Hash type alias.
130130
#[macro_export]
131131
macro_rules! sha256t_hash_newtype {

0 commit comments

Comments
 (0)