Skip to content

Commit 982e0b6

Browse files
authored
Fix link to categorize method in List documentation (#4705)
Link is to Any.categorize, but the link text was showing "Any.list" instead
1 parent e5f8fb0 commit 982e0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/List.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -583,7 +583,7 @@ that as the number of elements in the output L<C<Seq>|/type/Seq>.
583583
multi categorize($test, +items, *%named )
584584

585585
These methods are directly inherited from L<C<Any>|/type/Any>; see
586-
L<C<Any.list>|/type/Any#routine_categorize> for more examples.
586+
L<C<Any.categorize>|/type/Any#routine_categorize> for more examples.
587587

588588
This routine transforms a list of values into a hash representing the
589589
categorizations of those values according to C<$test>, which is called once for

0 commit comments

Comments
 (0)