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 3b409cc commit 0ba5481Copy full SHA for 0ba5481
doc/Type/List.pod6
@@ -248,7 +248,7 @@ Defined as:
248
249
method flatmap(List:D: &code --> Seq:D)
250
251
-Like L«C<map>|/type/Any#method_flat» iterates over the elements of the invocant
+Like L«C<map>|/type/Any#method_map» iterates over the elements of the invocant
252
list, feeding each element in turn to the code reference, and assembling the
253
return values from these invocations in a result list.
254
0 commit comments