Skip to content

Commit 0383718

Browse files
author
Jan-Olof Hendig
committed
Fix typo leading to broken link
1 parent d54f984 commit 0383718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Baggy.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ The result shows us that of the numbers in the list two were categorized as
238238
even and three as odd. In addition the result also shows that three of the numbers
239239
were also categorized as prime and two as non-prime. Note that the result doesn't
240240
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>
241+
If that is what you want, use the L<categorize|/type/List#routine_categorize>
242242
routine in L<List|/type/List> instead.
243243
244244
It should also be noted that, unlike L<classify-list|/type/Baggy#method_classify-list>,

0 commit comments

Comments
 (0)