Skip to content

Commit a6a9850

Browse files
committed
fix typo
1 parent 4c3fabd commit a6a9850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program/src/instruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ pub enum TokenInstruction<'a> {
6363
InitializeAccount,
6464
/// Initializes a multisignature account with N provided signers.
6565
///
66-
/// Multisignature accounts can used in place of any single owner/delegate
66+
/// Multisignature accounts can be used in place of any single owner/delegate
6767
/// accounts in any token instruction that require an owner/delegate to be
6868
/// present. The variant field represents the number of signers (M)
6969
/// required to validate this multisignature account.

0 commit comments

Comments
 (0)