Skip to content

Commit

Permalink
docs: correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 21, 2025
1 parent f767126 commit db7e22f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/interface/src/keys/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export interface Ed25519PrivateKey {
readonly publicKey: Ed25519PublicKey

/**
* The raw public key bytes
* The raw private key bytes
*/
readonly raw: Uint8Array

Expand Down Expand Up @@ -221,7 +221,7 @@ export interface Secp256k1PrivateKey {
readonly publicKey: Secp256k1PublicKey

/**
* The raw public key bytes
* The raw private key bytes
*/
readonly raw: Uint8Array

Expand Down

0 comments on commit db7e22f

Please sign in to comment.