diff options
author | Ivan Panchenko <39594356+ivan-pan@users.noreply.github.com> | 2021-12-26 00:14:58 +0100 |
---|---|---|
committer | James E Keenan <jkeenan@cpan.org> | 2021-12-26 00:01:25 +0000 |
commit | 91fdbfcf5544ce5d2421c0ec7f5faa35cb3eabae (patch) | |
tree | 42d0d460eef0ca440b875373fb1a6f918314da7e /pod/perlrequick.pod | |
parent | d28cf2c2854ef1507811a5f4fb3d309c60987498 (diff) | |
download | perl-91fdbfcf5544ce5d2421c0ec7f5faa35cb3eabae.tar.gz |
Fix misspellings in documentation. Correct spelling of name to 'De
Morgan'.
Committer: Ivan Panchenko is now a Perl author
For: https://github.com/Perl/perl5/pull/19298
Diffstat (limited to 'pod/perlrequick.pod')
-rw-r--r-- | pod/perlrequick.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlrequick.pod b/pod/perlrequick.pod index 38970dd70a..3d1ef760d8 100644 --- a/pod/perlrequick.pod +++ b/pod/perlrequick.pod @@ -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. |