From 025e1c60638a49c4a030962c0ecb1a2637c32a6b Mon Sep 17 00:00:00 2001 From: Steve Atwell Date: Wed, 15 Jul 2026 06:53:08 -0700 Subject: [PATCH] ssh-key: fix doc comment for HashAlg::new --- ssh-key/src/algorithm.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ssh-key/src/algorithm.rs b/ssh-key/src/algorithm.rs index ac64492..0c6066b 100644 --- a/ssh-key/src/algorithm.rs +++ b/ssh-key/src/algorithm.rs @@ -425,7 +425,7 @@ pub enum HashAlg { } impl HashAlg { - /// Decode elliptic curve from the given string identifier. + /// Decode hash algorithm from the given string identifier. /// /// # Supported hash algorithms ///