summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2021-08-07 14:14:07 -0600
committerKarl Williamson <khw@cpan.org>2021-08-07 14:27:02 -0600
commitcd64971733afc76a66b233baa79fa9fae6ebb236 (patch)
treec669956df815e47d587150f400bc41a4b8db5ae2
parent991612d4895e379daac8953d350a62e3994fe57e (diff)
downloadperl-cd64971733afc76a66b233baa79fa9fae6ebb236.tar.gz
perlfunc: Fix typo
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 502af8aba2..2fe7404fc9 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -3376,7 +3376,7 @@ L<C<$_>|perlvar/$_> is used.
# Do stuff
}
-Glob also supports an altnernate syntax using C<< < >> C<< > >> as
+Glob also supports an alternate syntax using C<< < >> C<< > >> as
delimiters. While this syntax is supported, it is recommended that you
use C<glob> instead as it is more readable and searchable.