This commit is contained in:
Rowan Tommins 2021-05-20 18:46:53 +01:00 committed by GitHub
parent 769d624532
commit 814557e0f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -602,7 +602,7 @@
followed by literals <literal>.$.</literal> and anchored at the end of
the string. Note that this does not change the behaviour of
delimiters; for instance the pattern <literal>#\Q#\E#$</literal>
is in not valid, because the second <literal>#</literal> marks the end
is not valid, because the second <literal>#</literal> marks the end
of the pattern, and the <literal>\E#</literal> is interpreted as invalid
modifiers.
</para>