diff --git a/token/src/instruction.rs b/token/src/instruction.rs index 64cfc3da2fa..dd6de7dcad3 100644 --- a/token/src/instruction.rs +++ b/token/src/instruction.rs @@ -176,12 +176,12 @@ pub enum TokenInstruction { /// /// Accounts expected by this instruction: /// - /// * Single owner/delegate + /// * Single owner /// 0. `[writable]` The account to close. /// 1. '[writable]' The destination account. /// 2. `[signer]` The account's owner. /// - /// * Multisignature owner/delegate + /// * Multisignature owner /// 0. `[writable]` The account to close. /// 1. '[writable]' The destination account. /// 2. `[]` The account's multisignature owner.