From e2c7be6d2f5e017a67ed919e9f75176ca539a339 Mon Sep 17 00:00:00 2001 From: Jamil Lambert Date: Tue, 22 Apr 2025 10:39:43 +0100 Subject: [PATCH] Fix typo --- hashes/src/internal_macros.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/src/internal_macros.rs b/hashes/src/internal_macros.rs index 19945b46c..20d029e33 100644 --- a/hashes/src/internal_macros.rs +++ b/hashes/src/internal_macros.rs @@ -4,7 +4,7 @@ /// Adds trait impls to the type called `Hash` in the current scope. /// -/// Implpements various conversion traits as well as the [`crate::Hash`] trait. +/// Implements various conversion traits as well as the [`crate::Hash`] trait. /// Arguments: /// /// * `$bits` - number of bits this hash type has