From 4be09dc8218de7133edf91a05889cbdfb467be6a Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Thu, 27 Nov 2014 00:58:38 +0100 Subject: [PATCH] Remove redundant word --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6570b70..8c58e46 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ container.register!(Color, Blue); container.register!(Color, Red); auto blueInstance = container.resolve!(Color, Blue); ``` -If you registered multiple concrete types to the same supertype and you do not resolve using a qualifier, a ResolveException exception is throw stating that there are multiple candidates for the type to be resolved. +If you registered multiple concrete types to the same supertype and you do not resolve using a qualifier, a ResolveException is throw stating that there are multiple candidates for the type to be resolved. Known issues ------------