fix comments

This commit is contained in:
Jordan Sexton 2021-12-26 12:19:56 -06:00
parent 70893b0299
commit 1844efe298
5 changed files with 5 additions and 5 deletions

View File

@ -72,7 +72,7 @@ export interface DecodedApproveInstruction {
}
/**
* Decode a Approve instruction
* Decode an Approve instruction
*
* @param instruction Transaction instruction to decode
* @param programId SPL Token program account

View File

@ -85,7 +85,7 @@ export interface DecodedApproveCheckedInstruction {
}
/**
* Decode a ApproveChecked instruction
* Decode an ApproveChecked instruction
*
* @param instruction Transaction instruction to decode
* @param programId SPL Token program account

View File

@ -57,7 +57,7 @@ export interface DecodedInitializeAccountInstruction {
}
/**
* Decode a InitializeAccount instruction
* Decode an InitializeAccount instruction
*
* @param instruction Transaction instruction to decode
* @param programId SPL Token program account

View File

@ -77,7 +77,7 @@ export interface DecodedInitializeMintInstruction {
}
/**
* Decode a InitializeMint instruction
* Decode an InitializeMint instruction
*
* @param instruction Transaction instruction to decode
* @param programId SPL Token program account

View File

@ -67,7 +67,7 @@ export interface DecodedInitializeMultisigInstruction {
}
/**
* Decode a InitializeMultisig instruction
* Decode an InitializeMultisig instruction
*
* @param instruction Transaction instruction to decode
* @param programId SPL Token program multisig