[zk-token-proof] Fix doc typo (#32270)

Fix doc typo
This commit is contained in:
Tyera 2023-06-24 16:24:22 -06:00 committed by GitHub
parent 02eaaae513
commit bde7c174b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -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: