From 7b34e13c49cd836d9667c1401fb4ce2bf7fb951a Mon Sep 17 00:00:00 2001 From: Franz-Stefan Preiss Date: Thu, 24 Oct 2024 21:44:13 +0000 Subject: [PATCH] Fix copy/paste issue --- rs/types/management_canister_types/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rs/types/management_canister_types/src/lib.rs b/rs/types/management_canister_types/src/lib.rs index a2f8546c53b..db042e88577 100644 --- a/rs/types/management_canister_types/src/lib.rs +++ b/rs/types/management_canister_types/src/lib.rs @@ -2321,7 +2321,7 @@ impl FromStr for VetKdCurve { /// some information about the key (e.g. that the key is meant to be used for /// testing purposes). /// ```text -/// (record { curve: ecdsa_curve; name: text}) +/// (record { curve: vetkd_curve; name: text}) /// ``` #[derive( Clone, Eq, PartialEq, Ord, PartialOrd, Hash, Debug, CandidType, Deserialize, Serialize,