Fix PR#12156

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@51588 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Martin Kraemer 2001-07-16 09:19:52 +00:00
parent 08a5ddaaaa
commit 5c426ab605

View file

@ -1128,7 +1128,7 @@ $colon_separated = implode (":", $array);
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
operations, but at the cost of loosing all optimizations done
operations, but at the cost of losing all optimizations done
regarding cpu register utilization and cache misses that have
been worked into the other two variants.
</para>