Skip to content

Commit 524fdd6

Browse files
committed
[v6.d REVIEW] Fix typo in test description
1 parent efb42a9 commit 524fdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S03-junctions/autothreading.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ subtest 'smartmatch against Bool:U' => {
374374
ok all(False, False) ~~ Bool, 'all (true by False Bool)';
375375
ok all(True, False) ~~ Bool, 'all (true by Mixed Bools)';
376376
nok all(42, "foo") ~~ Bool, 'all (false; no Bools)';
377-
nok all(42, False) ~~ Bool, 'all (false not are Bools)';
377+
nok all(42, False) ~~ Bool, 'all (false not all are Bools)';
378378

379379
ok one(42, True ) ~~ Bool, 'one (true by True Bool)';
380380
ok one(42, False) ~~ Bool, 'one (true by False Bool)';

0 commit comments

Comments
 (0)