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 ///