Skip to content

Commit ebd6e44

Browse files
UMR1352wulfraem
andauthored
Update identity_did/src/did_jwk.rs
Co-authored-by: wulfraem <wulfraem@users.noreply.github.com>
1 parent 5339417 commit ebd6e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

identity_did/src/did_jwk.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ impl DIDJwk {
2222
/// [`DIDKey`]'s method.
2323
pub const METHOD: &'static str = "jwk";
2424

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

0 commit comments

Comments
 (0)