Skip to content

Commit 1b1e10d

Browse files
authored
match semicolon usage to previous example
1 parent a885244 commit 1b1e10d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/structures.rakudoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ internal pointer representation are printed. However
4444

4545
for ^2 {
4646
my $list = (1, 1);
47-
say $list.WHICH
47+
say $list.WHICH;
4848
} # OUTPUT: «List|94674814008432␤List|94674814008432␤»
4949

5050
In this case, C<$list> is using the Scalar sigil and thus will be a L<C<Scalar>|/type/Scalar>. Any scalar with the same value will be exactly the same, as shown when printing the pointers.

0 commit comments

Comments
 (0)