Skip to content

Commit a3f66fb

Browse files
authored
Merge pull request #3297 from Raku/improve-wording
Improve wording
2 parents da7fa89 + 03e41c2 commit a3f66fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/Type/Any.pod6

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1365,7 +1365,8 @@ Coerces the invocant to a C<list> by applying
13651365
its L«C<.list>|/routine/list» method and uses
13661366
L«C<List.grep>|/type/List#routine_grep» on it.
13671367
1368-
Based on C<$matcher> value can be either C<((Any))> or empty List.
1368+
For undefined invocants, based on C<$matcher> the return value can
1369+
be either C<((Any))> or the empty List.
13691370
13701371
my $a;
13711372
say $a.grep({ True }); # OUTPUT: «((Any))␤»

0 commit comments

Comments
 (0)