Skip to content

Commit b9f9757

Browse files
committed
Fixes bad pod
1 parent 834b303 commit b9f9757

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/Language/hashmap.pod6

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ C<%h<e>> will point to a C<Pair> which will have these consequences:
169169
my %h = e => f => 'g';
170170
%h<e><q> = 'k';
171171
# OUTPUT: «(exit code 1) Pair␤Cannot modify an immutable Str (Nil)␤ in block <unit>»
172+
=end code
172173
173174
This, however, will effectively define a nested hash:
174175

0 commit comments

Comments
 (0)