Skip to content

Commit 3539e35

Browse files
greenforkcoke
authored andcommitted
rb-nutshell: clarify break -> last in Flow interruption statements
1 parent 0c77e6a commit 3539e35

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

doc/Language/rb-nutshell.rakudoc

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -742,9 +742,7 @@ Same as Ruby:
742742
=item C<next>
743743
=item C<redo>
744744

745-
=item2 C<break>
746-
747-
This is C<last> in Raku.
745+
Ruby's C<break> is C<last> in Raku.
748746

749747
=head1 Regular expressions ( regex / regexp )
750748

0 commit comments

Comments
 (0)