Skip to content

Commit e6483c2

Browse files
authored
It's too soon for 6.s release 😅
1 parent 94110a2 commit e6483c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/Language/pragmas.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ and turns on its features if they are optional.
2828
2929
use v6.c; # Use the "Christmas" version of Perl 6
3030
use v6.d; # Use the "Diwali" version of Perl 6
31-
use v6.d.PREVIEW; # On 6.d-capable compilers, enabled 6.s features,
31+
use v6.d.PREVIEW; # On 6.d-capable compilers, enables 6.d features,
3232
# otherwise enables the available experimental
3333
# preview features for 6.d language
3434

0 commit comments

Comments
 (0)