Skip to content

Commit 18adf4f

Browse files
committed
Fix spelling
1 parent 1601985 commit 18adf4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: interface/src/instruction.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,7 @@ pub enum TokenInstruction {
487487
///
488488
/// Accounts follow a similar pattern, where accounts for each instruction are
489489
/// specified in sequence. Therefore, the number of accounts expected by this
490-
/// instruction is variable i.e., it depends on the instructions provided.
490+
/// instruction is variable, i.e., it depends on the instructions provided.
491491
///
492492
/// Both the number of accounts and instruction data length are used to identify
493493
/// the slice of accounts and instruction data for each instruction.

0 commit comments

Comments
 (0)