Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove mentions of Niecza and incorrect Rakudo reference per #220
  • Loading branch information
Brock Wilcox committed Dec 4, 2015
1 parent 0109b5e commit 7909607
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions doc/Type/Str.pod
Expand Up @@ -71,8 +71,6 @@ Does a Unicode "fold case" operation suitable for doing caseless
string comparisons. (In general, the returned string is unlikely to
be useful for any purpose other than comparison.)
(Not implemented in Rakudo and Niecza)
=head2 routine tc
multi sub tc(Str:D ) returns Str:D
Expand All @@ -82,8 +80,6 @@ Does a Unicode "titlecase" operation, that is changes the first character in
the string to title case, or to upper case if the character has no title case
mapping
(Not implemented in Niecza)
=head2 routine tclc
multi sub tclc(Str:D ) returns Str:D
Expand All @@ -92,8 +88,6 @@ mapping
Turns the first character to title case, and all other characters to lower
case
(not implemented in Niecza)
=head2 routine wordcase
=for code :allow<L>
Expand Down

0 comments on commit 7909607

Please sign in to comment.