We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3fabd commit a6a9850Copy full SHA for a6a9850
program/src/instruction.rs
@@ -63,7 +63,7 @@ pub enum TokenInstruction<'a> {
63
InitializeAccount,
64
/// Initializes a multisignature account with N provided signers.
65
///
66
- /// Multisignature accounts can used in place of any single owner/delegate
+ /// Multisignature accounts can be used in place of any single owner/delegate
67
/// accounts in any token instruction that require an owner/delegate to be
68
/// present. The variant field represents the number of signers (M)
69
/// required to validate this multisignature account.
0 commit comments