Skip to content

Commit 8314e10

Browse files
committed
Add missing 'end code' to control structure page
1 parent e088d26 commit 8314e10

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/Language/control.pod6

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,10 @@ class C {
9696
};
9797
my $c = C.new; │
9898
# OUTPUT: Fails and writes «I live␤I will never live!␤
99+
=end code
99100
100-
This block will first run the first statement, and they C<die> printing the
101-
second statement; C<$c> will never get a value.
101+
This block will first run the first statement, and then C<die> printing the
102+
second statement. C<$c> will never get a value.
102103
103104
=head1 X<Phasers|control flow,Phasers>
104105

0 commit comments

Comments
 (0)