Skip to content

Commit

Permalink
Merge pull request metaplex-foundation#108 from imartinez/patch-1
Browse files Browse the repository at this point in the history
Fix error.rs comment
  • Loading branch information
samuelvanderwaal authored Feb 15, 2023
2 parents 6bcf642 + 6aa4778 commit 09c3ea6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion program/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub enum RuleSetError {
#[error("Name too long")]
NameTooLong,

/// 18 - Name too long
/// 18 - The operation retrieved is not in the selected RuleSet
#[error("The operation retrieved is not in the selected RuleSet")]
OperationNotFound,

Expand Down

0 comments on commit 09c3ea6

Please sign in to comment.