Skip to content

Commit

Permalink
Update bindings/wasm/src/did/jws_verification_options.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Eike Haß <[email protected]>
  • Loading branch information
PhilippGackstatter and eike-hass authored Sep 21, 2023
1 parent a986ad3 commit 3d9ff2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/wasm/src/did/jws_verification_options.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ interface IJwsVerificationOptions {
/** Verify the signing verification method relationship matches this.*/
readonly methodScope?: MethodScope;
/** The DID URl of the method, whose JWK should be used to verify the JWS.
/** The DID URL of the method, whose JWK should be used to verify the JWS.
* If unset, the `kid` of the JWS is used as the DID Url.
*/
readonly methodId?: DIDUrl;
Expand Down

0 comments on commit 3d9ff2d

Please sign in to comment.