mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-03-07 19:47:50 +08:00
Fix spelling error in fuzzystrmatch docs.
This commit is contained in:
parent
df4a9595c2
commit
b774efa9d5
@ -95,7 +95,7 @@ levenshtein_less_equal(text source, text target, int max_d) returns int
|
||||
substitution, respectively. You can omit the cost parameters, as in
|
||||
the second version of the function; in that case they all default to 1.
|
||||
<literal>levenshtein_less_equal</literal> is accelerated version of
|
||||
levenshtein functon for low values of distance. If actual distance
|
||||
levenshtein function for low values of distance. If actual distance
|
||||
is less or equal then max_d, then <literal>levenshtein_less_equal</literal>
|
||||
returns accurate value of it. Otherwise this function returns value
|
||||
which is greater than max_d.
|
||||
|
Loading…
Reference in New Issue
Block a user