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

fix: docs #create-token-acc #672

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/core/tokens.md
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ Signature: 44vqKdfzspT592REDPY4goaRJH3uJ3Ce13G4BCuUHg35dVUbHuGTHvqn4ZjYF9BGe9Qrj

Under the hood, creating an Associated Token Account requires a single
instruction that invokes the
[Associated Token Program](https://github.com/solana-labs/solana-program-library/tree/b1c44c171bc95e6ee74af12365cb9cbab68be76c/associated-token-account/program/src).
[Token Program](https://github.com/solana-labs/solana-program-library/tree/b1c44c171bc95e6ee74af12365cb9cbab68be76c/token/program).
Here is a Javascript example on
[Solana Playground](https://beta.solpg.io/660ce868cffcf4b13384d011).

Expand Down
Loading