summaryrefslogtreecommitdiff
path: root/pod/perlembed.pod
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2013-07-09 22:08:00 -0600
committerKarl Williamson <public@khwilliamson.com>2013-07-09 22:23:24 -0600
commit4c9b78f4fff91b5c7e4f74e09e1bc2838c0f740f (patch)
tree1bced2eded0447bbe8b5596c34cd013d46d2e892 /pod/perlembed.pod
parentccd65d51403426e176072af492d832677521af9f (diff)
downloadperl-4c9b78f4fff91b5c7e4f74e09e1bc2838c0f740f.tar.gz
locale documentation: Grammaar and appearance nits
Diffstat (limited to 'pod/perlembed.pod')
-rw-r--r--pod/perlembed.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlembed.pod b/pod/perlembed.pod
index 8b4d2daf30..b06a242c16 100644
--- a/pod/perlembed.pod
+++ b/pod/perlembed.pod
@@ -1076,7 +1076,7 @@ When a Perl interpreter normally starts up, it tells the system it wants
to use the system's default locale. This is often, but not necessarily,
the "C" or "POSIX" locale. Absent a S<C<"use locale">> within the perl
code, this mostly has no effect (but see L<perllocale/Not within the
-scope of any use locale variant>). Also, there is not a problem if the
+scope of any "use locale" variant>). Also, there is not a problem if the
locale you want to use in your embedded Perl is the same as the system
default. However, this doesn't work if you have set up and want to use
a locale that isn't the system default one. Starting in Perl v5.20, you