diff --git a/reference/pcre/pattern.syntax.xml b/reference/pcre/pattern.syntax.xml index e8c7c69ae2..dc6972322b 100644 --- a/reference/pcre/pattern.syntax.xml +++ b/reference/pcre/pattern.syntax.xml @@ -1,5 +1,5 @@ - + @@ -1188,7 +1188,7 @@ to the string - /* first command */ not comment /* second comment */ + /* first comment */ not comment /* second comment */ fails, because it matches the entire string due to the greediness of the .* item.