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

Commit 3b28fd4

Browse files
authored
Merge pull request #114 from romanz/fixup
Fix a small typo in sha256t.rs
2 parents 3ba1936 + 5f029ff commit 3b28fd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sha256t.rs

+1-1
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)