Skip to content
This repository has been archived by the owner on Jan 22, 2025. It is now read-only.

Commit

Permalink
Typo fix in instruction.rs (#33473)
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
ch9xy authored Sep 30, 2023
1 parent bb19ebe commit 9f6ef2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/program/src/instruction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ pub enum InstructionError {
ExecutableDataModified,

/// Executable account's lamports modified
#[error("instruction changed the balance of a executable account")]
#[error("instruction changed the balance of an executable account")]
ExecutableLamportChange,

/// Executable accounts must be rent exempt
Expand Down

0 comments on commit 9f6ef2f

Please sign in to comment.