Remove redundant word

This commit is contained in:
Mike Bierlee 2014-11-27 00:58:38 +01:00
parent 041ab1a52b
commit 4be09dc821

View file

@ -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
------------