Skip to content

Commit 41b84b5

Browse files
authored
add missing word
1 parent 58cd229 commit 41b84b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/phasers.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Appears in a supply block. Called when the supply is closed.
451451
=head2 X<DOC|Asynchronous Phasers, DOC>
452452
453453
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
454+
when prefixed with the C<DOC> keyword. The compiler is in documentation mode when run
455455
with C<--doc>.
456456
457457
DOC INIT { say 'init' } # prints 'init' at initialization time when in documentation mode.

0 commit comments

Comments
 (0)