Skip to content

Commit

Permalink
Revert "Update Str.pod6"
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed Jul 7, 2018
1 parent b8d7984 commit 0c1653c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Type/Str.pod6
Expand Up @@ -837,7 +837,7 @@ one of the following will:
=head2 method starts-with
multi method starts-with(Str:D: Str(Cool) $needle --> Bool:D)
multi method starts-with(Str:D: Str(Cool) $needle --> True:D)
Returns C<True> if the invocant is identical to or starts with C<$needle>.
Expand All @@ -846,7 +846,7 @@ Returns C<True> if the invocant is identical to or starts with C<$needle>.
=head2 method ends-with
multi method ends-with(Str:D: Str(Cool) $needle --> Bool:D)
multi method ends-with(Str:D: Str(Cool) $needle --> True:D)
Returns C<True> if the invocant is identical to or ends with C<$needle>.
Expand Down

0 comments on commit 0c1653c

Please sign in to comment.