Skip to content

Commit 58853e6

Browse files
committed
Avoids duplicate 'use' by rephrasing
1 parent d2a09fe commit 58853e6

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
@@ -6,7 +6,7 @@
66
77
In Perl 6, B<pragmas> are directive used to either identify a
88
specific version of Perl 6 to be used or to modify the compiler's
9-
normal behavior in some way. To enable a pragma, use C<use> keyword (similar
9+
normal behavior in some way. The C<use> keyword enables a pragma (similar
1010
to how you can C<use> a module). To disable a pragma, use the C<no> keyword:
1111
1212
=begin code

0 commit comments

Comments
 (0)