From 9adf7623546b85020048316e07b6a9c9be23f3ce Mon Sep 17 00:00:00 2001 From: Terts Diepraam Date: Wed, 15 Jul 2026 15:46:33 +0200 Subject: [PATCH] Fix docstring on KeyParameters --- src/policy/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/policy/mod.rs b/src/policy/mod.rs index 73635a62..01ca1d34 100644 --- a/src/policy/mod.rs +++ b/src/policy/mod.rs @@ -618,7 +618,7 @@ impl Display for NameserverCommsPolicy { pub enum KeyParameters { /// The RSASHA256 algorithm with the key length in bits. RsaSha256(usize), - /// The RSASHA512 w algorithmith the key length in bits. + /// The RSASHA512 algorithm with the key length in bits. RsaSha512(usize), /// The ECDSAP256SHA256 algorithm. ///