mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
ac827878d0
commit
cfb4a04e63
1 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue