Skip to content

Commit e6a5d37

Browse files
author
Jan-Olof Hendig
committed
Fixed incorrectly defined return value
1 parent 3462d89 commit e6a5d37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Cool.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1070,7 +1070,7 @@ L<Regex|/type/Regex> as a list of strings.
10701070
10711071
=head2 method contains
10721072
1073-
multi method contains(Cool:D: Str(Cool) $needle, Cool $start?) returns True:D
1073+
multi method contains(Cool:D: Str(Cool) $needle, Cool $start?) returns Bool:D
10741074
10751075
Returns C<True> if the invocant contains the C<$needle> at any position within
10761076
the string. If $start is provided skip as many characters.

0 commit comments

Comments
 (0)