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

fix: 'owner' should be 'AccountOwner' in associated-token-account.md #6126

Closed
wants to merge 2 commits 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
3 changes: 1 addition & 2 deletions docs/src/associated-token-account.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,4 @@ If the associated token account for a given wallet address does not yet exist,
it may be created by *anybody* by issuing a transaction containing the
instruction returned by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/instruction/fn.create_associated_token_account.html).

Regardless of creator the new associated token account will be fully owned by
the wallet, as if the wallet itself had created it.
Regardless of the creator, the new associated token account's AccountOwner will be the wallet, as if the wallet itself had created the associated token account.