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 928050c commit 751d7c2Copy full SHA for 751d7c2
doc/Type/Any.pod6
@@ -286,8 +286,8 @@ Interprets the invocant as a list, and constructs a list of
286
L<pairs|/type/Pair> from it, in the same way that assignment to a
287
L<Hash> does. That is, it takes two consecutive elements and
288
constructs a pair from them, unless the item in the key position already is a
289
-pair (in which case the pair is passed is passed through, and the next
290
-list item, if any, is considered to be a key again).
+pair (in which case the pair is passed through, and the next list item, if any,
+is considered to be a key again).
291
292
say (a => 1, 'b', 'c').pairup.perl; # OUTPUT: «(:a(1), :b("c")).Seq»
293
0 commit comments