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

Commit 5782cc2

Browse files
committed
the
1 parent 87129a9 commit 5782cc2

File tree

1 file changed

+1
-1
lines changed
  • associated-token-account/program/src

1 file changed

+1
-1
lines changed

associated-token-account/program/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub fn get_associated_token_address(
4646
/// 0. `[writeable,signer]` Funding account (must be a system account)
4747
/// 1. `[writeable]` Associated token account address to be created
4848
/// 2. `[]` Wallet address for the new associated token account
49-
/// 3. `[]` The token mint for new associated token account
49+
/// 3. `[]` The token mint for the new associated token account
5050
/// 4. `[]` System program
5151
/// 4. `[]` SPL Token program
5252
/// 5. `[]` Rent sysvar

0 commit comments

Comments
 (0)