mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Remove redundant word
This commit is contained in:
parent
041ab1a52b
commit
4be09dc821
|
@ -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
|
||||
------------
|
||||
|
|
Loading…
Reference in a new issue