diff options
author | Karl Williamson <public@khwilliamson.com> | 2011-08-15 09:01:27 -0600 |
---|---|---|
committer | Karl Williamson <public@khwilliamson.com> | 2011-08-15 09:05:48 -0600 |
commit | 5840c18f54d64eedd62c14cfd8d5afafb86c61bd (patch) | |
tree | f938f21bb76e234c8cfc31f30eda4fd21bf0d7cd /lib | |
parent | 5b1cac40b9ebeb00508d2a1bf123bb180abf1809 (diff) | |
download | perl-5840c18f54d64eedd62c14cfd8d5afafb86c61bd.tar.gz |
CORE.pod: fix nit grammar
Diffstat (limited to 'lib')
-rw-r--r-- | lib/CORE.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CORE.pod b/lib/CORE.pod index d2175eb56c..1a98f76d2d 100644 --- a/lib/CORE.pod +++ b/lib/CORE.pod @@ -20,7 +20,7 @@ CORE - Namespace for Perl's core routines The C<CORE> namespace gives access to the original built-in functions of Perl. The C<CORE> package is built into Perl, and therefore you do not need to use or -require an hypothetical "CORE" module prior to accessing routines in this +require a hypothetical "CORE" module prior to accessing routines in this namespace. A list of the built-in functions in Perl can be found in L<perlfunc>. |