diff options
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r-- | pod/perllocale.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod index 5ddb920e86..e03dc84371 100644 --- a/pod/perllocale.pod +++ b/pod/perllocale.pod @@ -1025,7 +1025,7 @@ should use C<\w> with the C</a> regular expression modifier. See L</"SECURITY"> =head2 Category C<LC_NUMERIC>: Numeric Formatting -After a proper C<POSIX::setlocale()> call, and within the scope of +After a proper C<POSIX::setlocale()> call, and within the scope of a C<use locale> form that includes numerics, Perl obeys the C<LC_NUMERIC> locale information, which controls an application's idea of how numbers should be formatted for human readability. |