We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54f984 commit 0383718Copy full SHA for 0383718
doc/Type/Baggy.pod6
@@ -238,7 +238,7 @@ The result shows us that of the numbers in the list two were categorized as
238
even and three as odd. In addition the result also shows that three of the numbers
239
were also categorized as prime and two as non-prime. Note that the result doesn't
240
show us B<which> numbers were categorized as being even, odd, prime or non-prime.
241
-If that is what you want, use the L<categorize|type/List#routine_categorize>
+If that is what you want, use the L<categorize|/type/List#routine_categorize>
242
routine in L<List|/type/List> instead.
243
244
It should also be noted that, unlike L<classify-list|/type/Baggy#method_classify-list>,
0 commit comments