From 524d26c4485a7f010e14f3828d12a1ee6aa522b3 Mon Sep 17 00:00:00 2001 From: Moritz Lenz Date: Wed, 22 Feb 2012 21:46:55 +0100 Subject: [PATCH] [S09] fix coercion syntax usage, TimToady++ --- S09-data.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/S09-data.pod b/S09-data.pod index 95ba37d6e..77209693e 100644 --- a/S09-data.pod +++ b/S09-data.pod @@ -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,