summaryrefslogtreecommitdiff
path: root/pod/perllocale.pod
diff options
context:
space:
mode:
authorKarl Williamson <khw@cpan.org>2020-12-01 12:37:52 -0700
committerKarl Williamson <khw@cpan.org>2020-12-06 14:25:24 -0700
commit53fde77bcf36c1613a88735f7dd16c1b42105f2d (patch)
tree7a4942907b74fd3d5747b80fd2dc15e207e49408 /pod/perllocale.pod
parentbc113a9f23ba6ec568379797d3ba5382c941e062 (diff)
downloadperl-53fde77bcf36c1613a88735f7dd16c1b42105f2d.tar.gz
perllocale: Remove stray markup
Diffstat (limited to 'pod/perllocale.pod')
-rw-r--r--pod/perllocale.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perllocale.pod b/pod/perllocale.pod
index f2c5206fc3..8354fe222a 100644
--- a/pod/perllocale.pod
+++ b/pod/perllocale.pod
@@ -543,7 +543,7 @@ C<-Accflags='-DUSE_THREAD_SAFE_LOCALE'> to F<Configure>.
The initial program is started up using the locale specified from the
environment, as currently, described in L</ENVIRONMENT>. All newly
-created threads start with C<LC_ALL> set to C<"C">>. Each thread may
+created threads start with C<LC_ALL> set to C<"C">. Each thread may
use C<POSIX::setlocale()> to query or switch its locale at any time,
without affecting any other thread. All locale-dependent operations
automatically use their thread's locale.