We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58cd229 commit 41b84b5Copy full SHA for 41b84b5
doc/Language/phasers.pod6
@@ -451,7 +451,7 @@ Appears in a supply block. Called when the supply is closed.
451
=head2 X<DOC|Asynchronous Phasers, DOC>
452
453
The phasers C<BEGIN>, C<CHECK> and C<INIT> are run only in documentation mode
454
-when prefixed with the C<DOC> keyword. The compiler is in documentation when run
+when prefixed with the C<DOC> keyword. The compiler is in documentation mode when run
455
with C<--doc>.
456
457
DOC INIT { say 'init' } # prints 'init' at initialization time when in documentation mode.
0 commit comments