We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentdf4a959 commitb774efaCopy full SHA for b774efa
doc/src/sgml/fuzzystrmatch.sgml
@@ -95,7 +95,7 @@ levenshtein_less_equal(text source, text target, int max_d) returns int
95
substitution, respectively. You can omit the cost parameters, as in
96
the second version of the function; in that case they all default to 1.
97
<literal>levenshtein_less_equal</literal> is accelerated version of
98
- levenshteinfuncton for low values of distance. If actual distance
+ levenshteinfunction for low values of distance. If actual distance
99
is less or equal then max_d, then <literal>levenshtein_less_equal</literal>
100
returns accurate value of it. Otherwise this function returns value
101
which is greater than max_d.