Skip to content

Commit 8c7795d

Browse files
committed
Prefer Amerenglish.
(pass xt/aspell.t)
1 parent 6ec652d commit 8c7795d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/objects.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -886,7 +886,7 @@ Mixins can be used at any point in your object's life.
886886
}
887887
}
888888
889-
my Num $toc-counter = NaN; # don't do maths with Not A Number
889+
my Num $toc-counter = NaN; # don't do math with Not A Number
890890
say $toc-counter; # OUTPUT: «NaN␤»
891891
$toc-counter does TOC-Counter; # now we mix the role in
892892
$toc-counter.inc(1).inc(2).inc(2).inc(1).inc(2).inc(2).inc(3).inc(3);

0 commit comments

Comments
 (0)