mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fixed typos
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@33024 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
e93f595d61
commit
3a06d06133
1 changed files with 3 additions and 3 deletions
|
@ -950,10 +950,10 @@ $colon_separated = implode (":", $array);
|
|||
</funcprototype>
|
||||
</funcsynopsis>
|
||||
<para>
|
||||
This function return the Levenshtein-Distance between the
|
||||
This function returns the Levenshtein-Distance between the
|
||||
two argument strings or -1, if one of the argument strings
|
||||
is longer than the limit of 255 characters (255 should be
|
||||
more than enough for name or dictionary comarison, and
|
||||
more than enough for name or dictionary comparison, and
|
||||
nobody serious would be doing genetic analysis with PHP).
|
||||
</para>
|
||||
<para>
|
||||
|
@ -1030,7 +1030,7 @@ $colon_separated = implode (":", $array);
|
|||
may decide to use only some of the supplied arguments.
|
||||
</para>
|
||||
<para>
|
||||
The user-suplied function approach offers the possibility to
|
||||
The user-supplied function approach offers the possibility to
|
||||
take into account the relevance of and/or difference between
|
||||
certain symbols (characters) or even the context those symbols
|
||||
appear in to determine the cost of insert, replace and delete
|
||||
|
|
Loading…
Reference in a new issue