Skip to content

Commit

Permalink
fix 'sttempted' typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarow committed Jan 23, 2025
1 parent 51d4237 commit bc4e5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub enum ValidationError {

#[derive(Error, Debug)]
pub enum InterpolationError {
#[error("sttempted to interpolate at point beyond grid data: {0}")]
#[error("attempted to interpolate at point beyond grid data: {0}")]
ExtrapolationError(String),
#[error("surrounding values cannot be NaN: {0}")]
NaNError(String),
Expand Down

0 comments on commit bc4e5dd

Please sign in to comment.