From bde7c174b8188e4428c8a50f613ea45e788c6e2c Mon Sep 17 00:00:00 2001 From: Tyera Date: Sat, 24 Jun 2023 16:24:22 -0600 Subject: [PATCH] [zk-token-proof] Fix doc typo (#32270) Fix doc typo --- zk-token-sdk/src/zk_token_proof_instruction.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zk-token-sdk/src/zk_token_proof_instruction.rs b/zk-token-sdk/src/zk_token_proof_instruction.rs index 594f6ea5aa..c13fb1c586 100644 --- a/zk-token-sdk/src/zk_token_proof_instruction.rs +++ b/zk-token-sdk/src/zk_token_proof_instruction.rs @@ -68,7 +68,7 @@ pub enum ProofInstruction { /// Verify a withdraw zero-knowledge proof. /// - /// This proof is a collection of smallers proofs that are required by the SPL Token 2022 + /// This proof is a collection of smaller proofs that are required by the SPL Token 2022 /// confidential extension `Withdraw` instruction. /// /// Accounts expected by this instruction: @@ -106,7 +106,7 @@ pub enum ProofInstruction { /// Verify a transfer zero-knowledge proof. /// - /// This proof is a collection of smallers proofs that are required by the SPL Token 2022 + /// This proof is a collection of smaller proofs that are required by the SPL Token 2022 /// confidential extension `Transfer` instruction with transfer fees. /// /// Accounts expected by this instruction: @@ -125,7 +125,7 @@ pub enum ProofInstruction { /// Verify a transfer with fee zero-knowledge proof. /// - /// This proof is a collection of smallers proofs that are required by the SPL Token 2022 + /// This proof is a collection of smaller proofs that are required by the SPL Token 2022 /// confidential extension `Transfer` instruction without transfer fees. /// /// Accounts expected by this instruction: