Skip to content

Commit

Permalink
Fix copy/paste issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fspreiss committed Oct 24, 2024
1 parent 5c6ecea commit 7b34e13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs/types/management_canister_types/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 7b34e13

Please sign in to comment.