From a6a98505cbfa8e7ca522806ec45a600cb907f64d Mon Sep 17 00:00:00 2001 From: alan <652732310@qq.com> Date: Fri, 16 May 2025 17:23:30 +0800 Subject: [PATCH] fix typo --- program/src/instruction.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/program/src/instruction.rs b/program/src/instruction.rs index b0c0c64..2280e82 100644 --- a/program/src/instruction.rs +++ b/program/src/instruction.rs @@ -63,7 +63,7 @@ pub enum TokenInstruction<'a> { InitializeAccount, /// Initializes a multisignature account with N provided signers. /// - /// Multisignature accounts can used in place of any single owner/delegate + /// Multisignature accounts can be used in place of any single owner/delegate /// accounts in any token instruction that require an owner/delegate to be /// present. The variant field represents the number of signers (M) /// required to validate this multisignature account.