mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Fix typo
This commit is contained in:
parent
80a50ba480
commit
0a632226ad
|
@ -172,7 +172,7 @@ dependencies.register!(Color, Blue);
|
||||||
dependencies.register!(Color, Red);
|
dependencies.register!(Color, Red);
|
||||||
auto mixer = dependencies.resolve!ColorMixer;
|
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
|
Application Contexts
|
||||||
--------------------
|
--------------------
|
||||||
|
|
Loading…
Reference in a new issue