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 @@ -155,7 +155,7 @@ type:
155
155
say as-json([True, 42]); # [true, 42]
156
156
157
157
C < multi > without any specific routine type always defaults to a C < sub > , but you
158
- can use it on methods as well. The candidates are all the mutli methods of the
158
+ can use it on methods as well. The candidates are all the multi methods of the
159
159
object:
160
160
161
161
class Congrats {
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ C<$description> of the test.
146
146
= item X < is-deeply($value, $expected, $description?)|is-deeply >
147
147
148
148
Marks a test as passed if C < $value > and C < $expected > compare positively with
149
- the L < eqv operator|/routine/eq > . This is the best way to check for equality of
149
+ the L < eqv operator|/routine/eqv > . This is the best way to check for equality of
150
150
(deep) data structures. The function accepts an optional C < $description > of
151
151
the test.
152
152
You can’t perform that action at this time.
0 commit comments