Skip to content

Commit

Permalink
jsdoc getPublicKey
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Dec 18, 2023
1 parent f838aa8 commit 29807c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/identity/src/identity/ecdsa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ export class ECDSAKeyIdentity extends SignIdentity {

/**
* Return the public key.
* @returns an {@link DerCryptoKey}
* @returns an {@link PublicKey & DerCryptoKey}
*/
public getPublicKey(): PublicKey & DerCryptoKey {
const derKey = this._derKey;
Expand Down

0 comments on commit 29807c2

Please sign in to comment.