From 5782cc2d448eea0bcfb7bbafad10b809e567c7f3 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Tue, 3 Nov 2020 14:52:58 -0800 Subject: [PATCH] the --- associated-token-account/program/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/associated-token-account/program/src/lib.rs b/associated-token-account/program/src/lib.rs index bc081ae3..aa609c1f 100644 --- a/associated-token-account/program/src/lib.rs +++ b/associated-token-account/program/src/lib.rs @@ -46,7 +46,7 @@ pub fn get_associated_token_address( /// 0. `[writeable,signer]` Funding account (must be a system account) /// 1. `[writeable]` Associated token account address to be created /// 2. `[]` Wallet address for the new associated token account -/// 3. `[]` The token mint for new associated token account +/// 3. `[]` The token mint for the new associated token account /// 4. `[]` System program /// 4. `[]` SPL Token program /// 5. `[]` Rent sysvar