Skip to content

Commit

Permalink
Update src/query/src/error.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Copilot <[email protected]>
  • Loading branch information
waynexia and Copilot authored Dec 13, 2024
1 parent 1bb4203 commit f74bd0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ pub enum Error {
location: Location,
},

#[snafu(display("Failed to get skip inde options"))]
#[snafu(display("Failed to get skip index options"))]
GetSkipIndexOptions {
source: datatypes::error::Error,
#[snafu(implicit)]
Expand Down

0 comments on commit f74bd0a

Please sign in to comment.