Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
It's too soon for 6.s release 😅
  • Loading branch information
zoffixznet committed Nov 2, 2018
1 parent 94110a2 commit e6483c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/pragmas.pod6
Expand Up @@ -28,7 +28,7 @@ and turns on its features if they are optional.
use v6.c; # Use the "Christmas" version of Perl 6
use v6.d; # Use the "Diwali" version of Perl 6
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,
# otherwise enables the available experimental
# preview features for 6.d language
Expand Down

0 comments on commit e6483c2

Please sign in to comment.