Skip to content

Commit 091974e

Browse files
authored
Merge pull request #3493 from Raku/fix-proceed-to-emptiness
Fix indexing of proceed/succeed
2 parents fc7f95c + edca006 commit 091974e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

doc/Language/control.pod6

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -855,8 +855,7 @@ be in the same "switch" just so long as you do not open a new block:
855855
C<when> statements can smartmatch
856856
against L<Signatures|/language/syntax#Signature_literals>.
857857
858-
=head2 X<proceed|control flow, proceed>
859-
=head2 X<succeed|control flow, succeed>
858+
=head2 X<proceed|control flow, proceed> and X<succeed|control flow, succeed>
860859
861860
Both C<proceed> and C<succeed> are meant to be used only from inside C<when>
862861
or C<default> blocks.

0 commit comments

Comments
 (0)