Skip to content

Commit 9c1eab4

Browse files
authored
fix syntax in documentation link (#1372)
1 parent 29d29b7 commit 9c1eab4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bindings/wasm/src/credential/jpt_credential_validator/jpt_credential_validator_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ impl WasmJptCredentialValidatorUtils {
2727
WasmJptCredentialValidatorUtils
2828
}
2929

30-
/// Utility for extracting the issuer field of a {@link `Credential`} as a DID.
30+
/// Utility for extracting the issuer field of a {@link Credential} as a DID.
3131
/// # Errors
3232
/// Fails if the issuer field is not a valid DID.
3333
#[wasm_bindgen(js_name = "extractIssuer")]

0 commit comments

Comments
 (0)