Skip to content

Commit 0c1653c

Browse files
authored
Revert "Update Str.pod6"
1 parent b8d7984 commit 0c1653c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Str.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -837,7 +837,7 @@ one of the following will:
837837
838838
=head2 method starts-with
839839
840-
multi method starts-with(Str:D: Str(Cool) $needle --> Bool:D)
840+
multi method starts-with(Str:D: Str(Cool) $needle --> True:D)
841841
842842
Returns C<True> if the invocant is identical to or starts with C<$needle>.
843843
@@ -846,7 +846,7 @@ Returns C<True> if the invocant is identical to or starts with C<$needle>.
846846
847847
=head2 method ends-with
848848
849-
multi method ends-with(Str:D: Str(Cool) $needle --> Bool:D)
849+
multi method ends-with(Str:D: Str(Cool) $needle --> True:D)
850850
851851
Returns C<True> if the invocant is identical to or ends with C<$needle>.
852852

0 commit comments

Comments
 (0)