Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
ISibboI committed Dec 8, 2023
1 parent 7130b82 commit ea4241b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ pub enum EvalexprError {
/// This context does not allow disabling builtin functions.
BuiltinFunctionsCannotBeDisabled,

/// Out of bounds sequence access
/// Out of bounds sequence access.
OutOfBoundsAccess,

/// A custom error explained by its message.
Expand Down

0 comments on commit ea4241b

Please sign in to comment.