Skip to content

Commit 597126a

Browse files
authored
Update Any.rakudoc (#4521)
1 parent 9c04bb7 commit 597126a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Any.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@ L<C<Hash>|/type/Hash> would be a L<C<Pair>|/type/Pair>).
561561

562562
The interface of the C<max> method / routine is the same as the one of
563563
L<min|#routine min>. But instead of the lowest value, it will return the
564-
B<highest> value, obviously.
564+
B<highest> value.
565565

566566
say (1,7,3).max(); # OUTPUT: «7␤»
567567
say (1,7,3).max({1/$_}); # OUTPUT: «1␤»

0 commit comments

Comments
 (0)