Skip to content

Commit 339fac3

Browse files
author
Jan-Olof Hendig
committed
Fixed a couple of broken links
1 parent 8307f6c commit 339fac3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/List.pod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Note that C<map> does not flatten embedded lists and arrays, so
215215
216216
passes C<(1, 2)> and C<< <a b> >> in turn to the block, leading to a total
217217
of two iterations and the result sequence C<"1,2", "a,b">.
218-
See L<method flatmap|/type/List/#method_flatmap> for an alternative that flattens.
218+
See L<method flatmap|/type/List#method_flatmap> for an alternative that flattens.
219219
220220
=head2 sub flat
221221
@@ -247,7 +247,7 @@ Unlike C<map> it flattens non-itemized lists and arrays, so
247247
248248
say ((1, 2), <a b>).flatmap(&uc).join('|'); # 1|2|A|B
249249
250-
invokes C<uc|/type/Str#routine uc> four times.
250+
invokes L<uc|/type/Str#routine_uc> four times.
251251
252252
=head2 routine grep
253253

0 commit comments

Comments
 (0)