Skip to content

Commit 6e97839

Browse files
committed
Sigil typo in MixHash example
1 parent c58aa6f commit 6e97839

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/subscripts.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ of the default C<Hash>. Not all types of hashes or collections
9090
do so:
9191
9292
my %h := MixHash.new;
93-
$h{pi} = 1; %h.perl.say; #-> (3.14159265358979e0=>1).MixHash
93+
%h{pi} = 1; %h.perl.say; #-> (3.14159265358979e0=>1).MixHash
9494
9595
(Any name that C<< => >> would convert to a string can also be used to build
9696
a pair using "adverbial notation" and will appear that way when viewed

0 commit comments

Comments
 (0)