Skip to content

Commit

Permalink
Update error comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kailan committed Jan 6, 2025
1 parent 2f9e9b6 commit 13d4282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esi/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ pub enum ExecutionError {
#[error("failed to create a regular expression")]
RegexError(#[from] regex::Error),

/// An error occurred while creating a regular expression in an eval context
/// An error occurred while executing a function in an eval context
#[error("failed to execute a function: `{0}`")]
FunctionError(String),
}
Expand Down

0 comments on commit 13d4282

Please sign in to comment.