File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ Defined as
152
152
multi sub is(Mu $got, Mu:U $expected, $desc = '')
153
153
multi sub is(Mu $got, Mu:D $expected, $desc = '')
154
154
155
- Marks a test as passed if C < $value > and C < $expected > compare positively with the
155
+ Marks a test as passed if C < $got > and C < $expected > compare positively with the
156
156
L « C < eq > operator|/routine/eq» , unless C < $expected > is a type object, in which case
157
157
L « C < === > operator|/routine/===» will be used instead; accepts an optional description of the
158
158
test as the last argument.
@@ -186,7 +186,7 @@ Defined as:
186
186
multi sub isnt(Mu $got, Mu:U $expected, $desc = '')
187
187
multi sub isnt(Mu $got, Mu:D $expected, $desc = '')
188
188
189
- Marks a test as passed if C < $value > and C < $expected > are B < not > equal using
189
+ Marks a test as passed if C < $got > and C < $expected > are B < not > equal using
190
190
the same rules as C < is() > . The function accepts an optional description
191
191
of the test.
192
192
You can’t perform that action at this time.
0 commit comments