diff options
Diffstat (limited to 'pod/perlvar.pod')
-rw-r--r-- | pod/perlvar.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pod/perlvar.pod b/pod/perlvar.pod index f8b9c26323..7c499bc7db 100644 --- a/pod/perlvar.pod +++ b/pod/perlvar.pod @@ -924,8 +924,8 @@ The initial value is typically C<0> for compatibility with Perl versions earlier than 5.6, but may be automatically set to C<1> by Perl if the system provides a user-settable default (e.g., C<$ENV{LC_CTYPE}>). -The C<byte> pragma always overrides the effect of this flag in the current -lexical scope. See L<byte>. +The C<bytes> pragma always overrides the effect of this flag in the current +lexical scope. See L<bytes>. =item $EXECUTABLE_NAME |