Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Sigil typo in MixHash example
  • Loading branch information
jalbertcruz committed Oct 18, 2016
1 parent c58aa6f commit 6e97839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Language/subscripts.pod6
Expand Up @@ -90,7 +90,7 @@ of the default C<Hash>. Not all types of hashes or collections
do so:
my %h := MixHash.new;
$h{pi} = 1; %h.perl.say; #-> (3.14159265358979e0=>1).MixHash
%h{pi} = 1; %h.perl.say; #-> (3.14159265358979e0=>1).MixHash
(Any name that C<< => >> would convert to a string can also be used to build
a pair using "adverbial notation" and will appear that way when viewed
Expand Down

0 comments on commit 6e97839

Please sign in to comment.