fix #35035: typo in an example

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@200080 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Nuno Lopes 2005-11-06 11:16:18 +00:00
parent ac827878d0
commit cfb4a04e63

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.11 $ -->
<!-- $Revision: 1.12 $ -->
<!-- splitted from ./en/functions/pcre.xml, last change in rev 1.2 -->
<refentry id="reference.pcre.pattern.syntax">
<refnamediv>
@ -1188,7 +1188,7 @@
to the string
<literal>/* first command */ not comment /* second comment */</literal>
<literal>/* first comment */ not comment /* second comment */</literal>
fails, because it matches the entire string due to the
greediness of the .* item.