This commit is contained in:
Mike Bierlee 2016-08-23 21:44:41 +02:00
parent 80a50ba480
commit 0a632226ad

View file

@ -172,7 +172,7 @@ dependencies.register!(Color, Blue);
dependencies.register!(Color, Red);
auto mixer = dependencies.resolve!ColorMixer;
```
Member `mixer.colors` will now contain instances of `Blue` and `Red`. The order in which instances are resolved is not guarenteed to be that of the order in which they were registered.
Member `mixer.colors` will now contain instances of `Blue` and `Red`. The order in which instances are resolved is not guaranteed to be that of the order in which they were registered.
Application Contexts
--------------------