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 94110a2 commit e6483c2Copy full SHA for e6483c2
‎doc/Language/pragmas.pod6
@@ -28,7 +28,7 @@ and turns on its features if they are optional.
28
29
use v6.c; # Use the "Christmas" version of Perl 6
30
use v6.d; # Use the "Diwali" version of Perl 6
31
- use v6.d.PREVIEW; # On 6.d-capable compilers, enabled 6.s features,
+ use v6.d.PREVIEW; # On 6.d-capable compilers, enables 6.d features,
32
# otherwise enables the available experimental
33
# preview features for 6.d language
34
0 commit comments