Skip to content

Commit a852eb4

Browse files
committed
Merge pull request #275 from NeilShadrach/master
Fix minor typos
2 parents 29fe5f3 + ce12262 commit a852eb4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

doc/Language/functions.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ type:
155155
say as-json([True, 42]); # [true, 42]
156156
157157
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
159159
object:
160160
161161
class Congrats {

doc/Language/testing.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ C<$description> of the test.
146146
=item X<is-deeply($value, $expected, $description?)|is-deeply>
147147
148148
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
150150
(deep) data structures. The function accepts an optional C<$description> of
151151
the test.
152152

0 commit comments

Comments
 (0)