Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Str] more updates
  • Loading branch information
moritz committed Jul 25, 2012
1 parent 514fae0 commit 56b73a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Str.pod
Expand Up @@ -95,11 +95,11 @@ an initial titlecase, such as "By" or "And", to produce "by" or "and".
=head2 lcfirst
Perl 6 does not have a C<lcfirst> function. See X<titlecase>.
Perl 6 does not have a C<lcfirst> function.
=head2 ucfirst
Perl 6 does not have a C<ucfirst> function. See X<titlecase>.
Perl 6 does not have a C<ucfirst> function. See X<tc>.
=head2 length
Expand Down

0 comments on commit 56b73a4

Please sign in to comment.