Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb774efa

Browse files
committed
Fix spelling error in fuzzystrmatch docs.
1 parentdf4a959 commitb774efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/fuzzystrmatch.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ levenshtein_less_equal(text source, text target, int max_d) returns int
9595
substitution, respectively. You can omit the cost parameters, as in
9696
the second version of the function; in that case they all default to 1.
9797
<literal>levenshtein_less_equal</literal> is accelerated version of
98-
levenshteinfuncton for low values of distance. If actual distance
98+
levenshteinfunction for low values of distance. If actual distance
9999
is less or equal then max_d, then <literal>levenshtein_less_equal</literal>
100100
returns accurate value of it. Otherwise this function returns value
101101
which is greater than max_d.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp