Skip to content

Commit

Permalink
Fix misspelling
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-pan committed Dec 25, 2021
1 parent fc5d30a commit 8e55cbf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pod/perlrequick.pod
Expand Up @@ -84,7 +84,7 @@ In the last regex, the forward slash C<'/'> is also backslashed,
because it is used to delimit the regex.

Most of the metacharacters aren't always special, and other characters
(such as the ones delimitting the pattern) become special under various
(such as the ones delimiting the pattern) become special under various
circumstances. This can be confusing and lead to unexpected results.
L<S<C<use re 'strict'>>|re/'strict' mode> can notify you of potential
pitfalls.
Expand Down

0 comments on commit 8e55cbf

Please sign in to comment.