Skip to content

Commit 751d7c2

Browse files
committed
fix typo
1 parent 928050c commit 751d7c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Any.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -286,8 +286,8 @@ Interprets the invocant as a list, and constructs a list of
286286
L<pairs|/type/Pair> from it, in the same way that assignment to a
287287
L<Hash> does. That is, it takes two consecutive elements and
288288
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).
289+
pair (in which case the pair is passed through, and the next list item, if any,
290+
is considered to be a key again).
291291
292292
say (a => 1, 'b', 'c').pairup.perl; # OUTPUT: «(:a(1), :b("c")).Seq␤»
293293

0 commit comments

Comments
 (0)