We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ec652d commit 8c7795dCopy full SHA for 8c7795d
doc/Language/objects.pod6
@@ -886,7 +886,7 @@ Mixins can be used at any point in your object's life.
886
}
887
888
889
- my Num $toc-counter = NaN; # don't do maths with Not A Number
+ my Num $toc-counter = NaN; # don't do math with Not A Number
890
say $toc-counter; # OUTPUT: «NaN»
891
$toc-counter does TOC-Counter; # now we mix the role in
892
$toc-counter.inc(1).inc(2).inc(2).inc(1).inc(2).inc(2).inc(3).inc(3);
0 commit comments