Skip to content

Commit eb2c822

Browse files
Update x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector/Hamming.java
Co-authored-by: Liam Thompson <[email protected]>
1 parent 20c7495 commit eb2c822

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector

1 file changed

+1
-1
lines changed

x-pack/plugin/esql/src/main/java/org/elasticsearch/xpack/esql/expression/function/vector/Hamming.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class Hamming extends VectorSimilarityFunction {
3030
@FunctionInfo(
3131
returnType = "double",
3232
preview = true,
33-
description = "Calculates the hamming distance between two dense_vectors.",
33+
description = "Calculates the Hamming distance between two dense vectors.",
3434
examples = { @Example(file = "vector-hamming", tag = "vector-hamming") },
3535
appliesTo = { @FunctionAppliesTo(lifeCycle = FunctionAppliesToLifecycle.PREVIEW, version = "9.2.0") }
3636
)

0 commit comments

Comments
 (0)