We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1601985 commit 18adf4fCopy full SHA for 18adf4f
interface/src/instruction.rs
@@ -487,7 +487,7 @@ pub enum TokenInstruction {
487
///
488
/// Accounts follow a similar pattern, where accounts for each instruction are
489
/// specified in sequence. Therefore, the number of accounts expected by this
490
- /// instruction is variable – i.e., it depends on the instructions provided.
+ /// instruction is variable, i.e., it depends on the instructions provided.
491
492
/// Both the number of accounts and instruction data length are used to identify
493
/// the slice of accounts and instruction data for each instruction.
0 commit comments