Skip to content

Commit 53f1aad

Browse files
authored
fix misspelled macro's name
1 parent 5f4d71e commit 53f1aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hashes/src/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ macro_rules! hash_newtype_struct {
356356
// duplicates/conflicts and report an error.
357357
//
358358
// FYI, no, we can't use a helper macro to first filter all `hash_newtype` attributes. We would be
359-
// attempting to match on macros instead. So we must write `hashe_newtype` in each branch.
359+
// attempting to match on macros instead. So we must write `hash_newtype` in each branch.
360360
#[doc(hidden)]
361361
#[macro_export]
362362
macro_rules! hash_newtype_get_direction {

0 commit comments

Comments
 (0)