Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 71ab7ea

Browse files
authored
K
1 parent 1fe820c commit 71ab7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/associated-token-account.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ const SPL_ASSOCIATED_TOKEN_ACCOUNT_PROGRAM_ID: PublicKey = new PublicKey(
5050
);
5151

5252
async function findAssociatedTokenAddress(
53-
walletAddress: Publickey,
54-
tokenMintAddress: Publickey
53+
walletAddress: PublicKey,
54+
tokenMintAddress: PublicKey
5555
): Promise<PublicKey> {
5656
return (await PublicKey.findProgramAddress(
5757
[

0 commit comments

Comments
 (0)