Skip to content

Commit 920c6cb

Browse files
committed
Update signature to match that of the list variant.
Closes #1604
1 parent 5a09ded commit 920c6cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Any.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ L«C<List.permutations>|/type/List#routine_permutations» on it.
663663
664664
Defined As:
665665
666-
method categorize(&mapper --> Seq)
666+
method categorize(&mapper --> Hash:D)
667667
668668
Treats the C<Any> as a 1-item list and uses
669669
L«C<List.categorize>|/type/List#routine_categorize» on it.
@@ -674,7 +674,7 @@ L«C<List.categorize>|/type/List#routine_categorize» on it.
674674
675675
Defined As:
676676
677-
method classify(&mapper --> Seq)
677+
method classify(&mapper -->Hash:D)
678678
679679
Treats the C<Any> as a 1-item list and uses
680680
L«C<List.classify>|/type/List#routine_classify» on it.

0 commit comments

Comments
 (0)