File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -118,7 +118,7 @@ L<Defining Operators functions|/language/functions#Defining_Operators>.
118
118
119
119
Meta operators can be parameterized with other operators or subroutines in the
120
120
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
122
122
combined operator in the background, allowing the mechanism to be applied to
123
123
user defined operators. There are quite a few Meta operators with different
124
124
semantics, as explained in detail as follows.
Original file line number Diff line number Diff line change 12
12
13
13
multi sub infix:<cmp>(\a, \b --> Order:D)
14
14
15
- Coerces it's arguments to Stringy.
15
+ Coerces its arguments to Stringy.
16
16
17
17
= head2 infix <=>
18
18
You can’t perform that action at this time.
0 commit comments