summaryrefslogtreecommitdiff
path: root/pod/perlfunc.pod
diff options
context:
space:
mode:
authorScott Baker <scott@perturb.org>2023-02-10 12:41:49 -0800
committerKarl Williamson <khw@cpan.org>2023-02-10 21:31:49 -0700
commit2664c462411478c2f23e27a664b4b92f10b7453f (patch)
treee581b51696a3bd41ca64631fead8d35affa66470 /pod/perlfunc.pod
parent34ac82665ce776460beed5d48a4e1acc4943588c (diff)
downloadperl-2664c462411478c2f23e27a664b4b92f10b7453f.tar.gz
Re-work wording
Diffstat (limited to 'pod/perlfunc.pod')
-rw-r--r--pod/perlfunc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfunc.pod b/pod/perlfunc.pod
index 78676a099d..90f07afbe8 100644
--- a/pod/perlfunc.pod
+++ b/pod/perlfunc.pod
@@ -9663,7 +9663,7 @@ X<ucfirst> X<uppercase>
=for Pod::Functions return a string with the first letter in upper case
Returns the value of EXPR with the B<first> character in uppercase
-(titlecase in Unicode). If EXPR is omitted, C<ucfirst> uses L<C<$_>|perlvar/$_>.
+(Unicode calls this titlecase). If EXPR is omitted, C<ucfirst> uses L<C<$_>|perlvar/$_>.
my $str = ucfirst("hello world!"); # "Hello world!"