We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5e9772 commit e9a9f2bCopy full SHA for e9a9f2b
src/Functions/array/arrayLevenshtein.cpp
@@ -651,7 +651,7 @@ Calculates the similarity of two arrays from `0` to `1` based on weighted Levens
651
"0.2222222222222222"
652
}
653
};
654
- FunctionDocumentation::IntroducedIn introduced_in_arraySim = {25, 4};
+ FunctionDocumentation::IntroducedIn introduced_in_arraySim = {25, 4};
655
FunctionDocumentation::Category category_arraySim = FunctionDocumentation::Category::Array;
656
FunctionDocumentation documentation_arraySim = {
657
description_arraySim,
0 commit comments