From 0b1da24f618d16469f4881fc29a09285bbdb8f17 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Thu, 5 Nov 2020 17:27:50 -0800 Subject: [PATCH] ed --- docs/src/associated-token-account.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/associated-token-account.md b/docs/src/associated-token-account.md index b7fb733d..7a779f50 100644 --- a/docs/src/associated-token-account.md +++ b/docs/src/associated-token-account.md @@ -69,7 +69,7 @@ async function findAssociatedTokenAddress( 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 return by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/fn.create_associated_token_account.html). +instruction returned by [create_associated_token_account](https://docs.rs/spl-associated-token-account/latest/spl_associated_token_account/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.