We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c58aa6f commit 6e97839Copy full SHA for 6e97839
doc/Language/subscripts.pod6
@@ -90,7 +90,7 @@ of the default C<Hash>. Not all types of hashes or collections
90
do so:
91
92
my %h := MixHash.new;
93
- $h{pi} = 1; %h.perl.say; #-> (3.14159265358979e0=>1).MixHash
+ %h{pi} = 1; %h.perl.say; #-> (3.14159265358979e0=>1).MixHash
94
95
(Any name that C<< => >> would convert to a string can also be used to build
96
a pair using "adverbial notation" and will appear that way when viewed
0 commit comments