Skip to content

Commit e39c29b

Browse files
authored
avoid 'use use'
1 parent 03fb345 commit e39c29b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/faq.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The vast majority of 6.d features are already implemented and available in
4242
in the Rakudo compiler without requiring any special pragmas, as they did
4343
not conflict with the 6.c specification.
4444
A smaller set of features and behaviours is available automatically if you
45-
use C<use v6.d.PREVIEW> pragma at the top of the file. The rest of about
45+
have the C<use v6.d.PREVIEW> pragma at the top of the file. The rest of about
4646
3100 new commits to the language specificication simply clarify previously
4747
undefined behaviour.
4848

0 commit comments

Comments
 (0)