Fix typo: where -> were (#30599)

This commit is contained in:
Oliver Tušla 2023-03-05 22:46:00 +01:00 committed by GitHub
parent a8bff33387
commit ec7b1c8bda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ pub enum ProgramError {
/// or serialized to a u32 integer.
#[error("Custom program error: {0:#x}")]
Custom(u32),
#[error("The arguments provided to a program instruction where invalid")]
#[error("The arguments provided to a program instruction were invalid")]
InvalidArgument,
#[error("An instruction's data contents was invalid")]
InvalidInstructionData,