Fix doc bug #55041 (Term "lookbehind" instead of "look-behind").

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@312147 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Adam Harvey 2011-06-14 13:42:07 +00:00
parent 37ae4795d9
commit a1ad96c660

View file

@ -1793,7 +1793,7 @@
</para>
<para>
Once-only subpatterns can be used in conjunction with
look-behind assertions to specify efficient matching at the end
lookbehind assertions to specify efficient matching at the end
of the subject string. Consider a simple pattern such as
<literal>abcd$</literal>