Skip to content

Commit 0ba5481

Browse files
author
Jan-Olof Hendig
committed
Fixed link
1 parent 3b409cc commit 0ba5481

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/List.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ Defined as:
248248
249249
method flatmap(List:D: &code --> Seq:D)
250250
251-
Like L«C<map>|/type/Any#method_flat» iterates over the elements of the invocant
251+
Like L«C<map>|/type/Any#method_map» iterates over the elements of the invocant
252252
list, feeding each element in turn to the code reference, and assembling the
253253
return values from these invocations in a result list.
254254

0 commit comments

Comments
 (0)