From 1446d0ae8761a48e7cd82364f3be7ebfe5540e68 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Fri, 7 Nov 2014 16:43:48 +1100 Subject: [PATCH] Rust syntax update in README. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed71dfc..14d60a1 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ As another example of such an interface, JavaScript objects are exactly the same Fortunately, we can do better than these things in Rust. Our type system is quite equal to easy, robust expression of such problems. -The ``AnyMap`` type is a friendly wrapper around a ``HashMap:'static>``, exposing a nice, easy typed interface, perfectly safe and absolutely robust. +The ``AnyMap`` type is a friendly wrapper around a ``HashMap>``, exposing a nice, easy typed interface, perfectly safe and absolutely robust. What this means is that in an ``AnyMap`` you may store zero or one values for every type.