Skip to content

Commit 63c721b

Browse files
committed
Add a missing sharp symbol
1 parent d3d1bb6 commit 63c721b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Type/Hash.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for lists of literal strings, with and without interpolation.
2525
# OUTPUT«("round", "bendy")␤»
2626
my $fruit = 'bananas';
2727
dd %h«oranges $fruit»
28-
OUTPUT«("round", "bendy")␤»
28+
# OUTPUT«("round", "bendy")␤»
2929
3030
You can add new pairs simply by assigning to an unused key:
3131

0 commit comments

Comments
 (0)