Skip to content

Commit

Permalink
chore: typo in error
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Orlenko <[email protected]>
  • Loading branch information
jkomyno and aqrln authored Nov 26, 2024
1 parent ff64d52 commit 3062ae2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query-engine/connectors/query-connector/src/error.rs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ pub enum ErrorKind {
QueryParameterLimitExceeded(String),

#[error("Cannot find a fulltext index to use for the native search")]
NativeMissingFullTextSearchIndex,
MissingNativeFullTextSearchIndex,

#[error("Replica Set required for Transactions")]
MongoReplicaSetRequired,
Expand Down

0 comments on commit 3062ae2

Please sign in to comment.