Typo fix in instruction.rs (#33473)

Typo fix
This commit is contained in:
ch9xy 2023-09-30 09:05:05 +03:00 committed by GitHub
parent bb19ebed49
commit 9f6ef2fe62
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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