Skip to content

Commit e1cb0fa

Browse files
authored
Merge pull request #1122 from tommystanton/pair-typo
Small typos on page for Pair type
2 parents 1359196 + 0525656 commit e1cb0fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Pair.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Variants of this are
2626
:key; # same as key => True
2727
:!key; # same as key => False
2828
29-
Any variable can be turned into a C<Pair> of it's name and it's value.
29+
Any variable can be turned into a C<Pair> of its name and its value.
3030
3131
my $bar = 10;
3232
my %h = :$bar;

0 commit comments

Comments
 (0)