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 b69f2ca commit 534ff36Copy full SHA for 534ff36
doc/Language/pragmas.pod6
@@ -30,7 +30,7 @@ in Rakudo as a synonym to C<use nqp> (see below).
30
=item X<B<MONKEY-TYPING>|MONKEY-TYPING> L<augment|/syntax/augment>
31
32
=item X<B<MONKEY>|MONKEY> C<use MONKEY;> turns on all available C<MONKEY>
33
-pragmas, currently the two above; thus, it would be equivalent to
+pragmas, currently the three above; thus, it would be equivalent to
34
35
use MONKEY-TYPING;
36
use MONKEY-SEE-NO-EVAL;
0 commit comments