Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Jul 4, 2024
1 parent ae28c7b commit aa09fb2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2327,7 +2327,7 @@ public ActionRequestValidationException validate(ActionRequestValidationExceptio
if (suggest() != null && suggest().getSuggestions().isEmpty() == false) {
validationException = addValidationError("[rank] cannot be used with [suggest]", validationException);
}
if (highlight() != null) {
if (highlighter() != null) {
validationException = addValidationError("[rank] cannot be used with [highlighter]", validationException);
}
if (pointInTimeBuilder() != null) {
Expand Down

0 comments on commit aa09fb2

Please sign in to comment.