From 0475532af3b6fc914469e206e1cf9e4aa03e7a8f Mon Sep 17 00:00:00 2001 From: febo Date: Fri, 27 Mar 2026 10:28:58 +0000 Subject: [PATCH] Fix docs --- interface/src/instruction.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/interface/src/instruction.rs b/interface/src/instruction.rs index c11ec4dbd..e46fbd6c9 100644 --- a/interface/src/instruction.rs +++ b/interface/src/instruction.rs @@ -294,12 +294,12 @@ pub enum TokenInstruction<'a> { /// Accounts expected by this instruction: /// /// * Single owner - /// 0. `[writable]` The account to freeze. + /// 0. `[writable]` The account to thaw. /// 1. `[]` The token mint. /// 2. `[signer]` The mint freeze authority. /// /// * Multisignature owner - /// 0. `[writable]` The account to freeze. + /// 0. `[writable]` The account to thaw. /// 1. `[]` The token mint. /// 2. `[]` The mint's multisignature freeze authority. /// 3. ..`3+M` `[signer]` M signer accounts.