diff options
author | Father Chrysostomos <sprout@cpan.org> | 2011-06-24 09:29:39 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-06-24 22:58:12 -0700 |
commit | d0df0e98c5bfa50aa15b6e3668676e95dcef8c08 (patch) | |
tree | 4430c475cc24aafb7772403e7972c9600a55309c /handy.h | |
parent | cee4176c3151aa7ffb540a84623cff862e686ddd (diff) | |
download | perl-d0df0e98c5bfa50aa15b6e3668676e95dcef8c08.tar.gz |
Tiny comment typo fix in handy.h
Diffstat (limited to 'handy.h')
-rw-r--r-- | handy.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -470,7 +470,7 @@ There are three variants for all the functions in this section. The base ones operate using the character set of the platform Perl is running on. The ones with an C<_A> suffix operate on the ASCII character set, and the ones with an C<_L1> suffix operate on the full Latin1 character set. All are unaffected by -locale +locale. For ASCII platforms, the base function with no suffix and the one with the C<_A> suffix are identical. The function with the C<_L1> suffix imposes the |