Skip to content

Commit

Permalink
Merge pull request #2155 from interlab/patch-1
Browse files Browse the repository at this point in the history
Update Str.pod6
  • Loading branch information
tbrowder committed Jul 7, 2018
2 parents 5f1c3a7 + 722a0c5 commit b45b3c2
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 --> True:D)
multi method starts-with(Str:D: Str(Cool) $needle --> Bool: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 --> True:D)
multi method ends-with(Str:D: Str(Cool) $needle --> Bool:D)
Returns C<True> if the invocant is identical to or ends with C<$needle>.
Expand Down

0 comments on commit b45b3c2

Please sign in to comment.