Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Avoids duplicate 'use' by rephrasing
  • Loading branch information
JJ committed Oct 28, 2018
1 parent d2a09fe commit 58853e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/pragmas.pod6
Expand Up @@ -6,7 +6,7 @@
In Perl 6, B<pragmas> are directive used to either identify a
specific version of Perl 6 to be used or to modify the compiler's
normal behavior in some way. To enable a pragma, use C<use> keyword (similar
normal behavior in some way. The C<use> keyword enables a pragma (similar
to how you can C<use> a module). To disable a pragma, use the C<no> keyword:
=begin code
Expand Down

0 comments on commit 58853e6

Please sign in to comment.