Skip to content

Commit

Permalink
Update identity_did/src/did_jwk.rs
Browse files Browse the repository at this point in the history
Co-authored-by: wulfraem <[email protected]>
  • Loading branch information
UMR1352 and wulfraem authored Sep 4, 2024
1 parent 5339417 commit ebd6e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion identity_did/src/did_jwk.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ impl DIDJwk {
/// [`DIDKey`]'s method.
pub const METHOD: &'static str = "jwk";

/// Tries to parse a [`DIDKey`] from a string.
/// Tries to parse a [`DIDJwk`] from a string.
pub fn parse(s: &str) -> Result<Self, Error> {
s.parse()
}
Expand Down

0 comments on commit ebd6e44

Please sign in to comment.