Skip to content

Commit fc17692

Browse files
committed
Fix two more "it's" that should be "its"
1 parent 7ce8859 commit fc17692

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ L<Defining Operators functions|/language/functions#Defining_Operators>.
118118
119119
Meta operators can be parameterized with other operators or subroutines in the
120120
same way as functions can take functions as parameters. To use a subroutine as
121-
a parameter prefix it's name with a C<&>. Perl 6 will generate the actual
121+
a parameter prefix its name with a C<&>. Perl 6 will generate the actual
122122
combined operator in the background, allowing the mechanism to be applied to
123123
user defined operators. There are quite a few Meta operators with different
124124
semantics, as explained in detail as follows.

doc/Type/Order.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
1313
multi sub infix:<cmp>(\a, \b --> Order:D)
1414
15-
Coerces it's arguments to Stringy.
15+
Coerces its arguments to Stringy.
1616
1717
=head2 infix <=>
1818

0 commit comments

Comments
 (0)