We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fc41b0 commit d7f10bfCopy full SHA for d7f10bf
t/23-aspell.rakutest
@@ -91,7 +91,7 @@ my $lock = Lock::Async.new;
91
$text ~= $processed unless $is-code;
92
}
93
94
- for <code> -> $type {
+ for <text> -> $type {
95
# Restrict dictionary used based on block type
96
my ($dict, $body);
97
if $type eq "code" {
0 commit comments