Skip to content

Commit

Permalink
[S09] fix coercion syntax usage, TimToady++
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed Feb 22, 2012
1 parent 208eabf commit 524d26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S09-data.pod
Expand Up @@ -1189,7 +1189,7 @@ The standard Hash:

is really short for:

my Mu %hash{Any(Str)};
my Mu %hash{Str(Any)};

Note that any type used as a key must be intrinsically immutable,
or it has to be able to make a copy that functions as an immutable key,
Expand Down

0 comments on commit 524d26c

Please sign in to comment.