File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -215,7 +215,7 @@ Note that C<map> does not flatten embedded lists and arrays, so
215
215
216
216
passes C < (1, 2) > and C << <a b> >> in turn to the block, leading to a total
217
217
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.
219
219
220
220
= head2 sub flat
221
221
@@ -247,7 +247,7 @@ Unlike C<map> it flattens non-itemized lists and arrays, so
247
247
248
248
say ((1, 2), <a b>).flatmap(&uc).join('|'); # 1|2|A|B
249
249
250
- invokes C < uc|/type/Str#routine uc > four times.
250
+ invokes L < uc|/type/Str#routine_uc > four times.
251
251
252
252
= head2 routine grep
253
253
You can’t perform that action at this time.
0 commit comments