We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5339417 commit ebd6e44Copy full SHA for ebd6e44
identity_did/src/did_jwk.rs
@@ -22,7 +22,7 @@ impl DIDJwk {
22
/// [`DIDKey`]'s method.
23
pub const METHOD: &'static str = "jwk";
24
25
- /// Tries to parse a [`DIDKey`] from a string.
+ /// Tries to parse a [`DIDJwk`] from a string.
26
pub fn parse(s: &str) -> Result<Self, Error> {
27
s.parse()
28
}
0 commit comments