Skip to content

Commit

Permalink
Fix typo introduced during merge.
Browse files Browse the repository at this point in the history
  • Loading branch information
afoucret committed Nov 8, 2024
1 parent 0875ab0 commit c5e1f4d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private static Set<String> capabilities() {
Set<String> capabilities = Set.of(
RANGE_REGEX_INTERVAL_QUERY_CAPABILITY,
BIT_DENSE_VECTOR_SYNTHETIC_SOURCE_CAPABILITY,
BYTE_FLOAT_BIT_DOT_PRODUCT_CAPABILITY,
BYTE_FLOAT_BIT_DOT_PRODUCT_CAPABILITY
);

if (Build.current().isSnapshot()) {
Expand Down

0 comments on commit c5e1f4d

Please sign in to comment.