mirror of
https://github.com/mbierlee/poodinis.git
synced 2024-11-15 04:04:01 +01:00
Fix typo in tutorial
This commit is contained in:
parent
0b263e49bb
commit
c87981861d
|
@ -127,4 +127,4 @@ 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 contrain instances of Blue and Red. The order of the instances 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 of the instances is not guarenteed to be that of the order in which they were registered.
|
||||||
|
|
Loading…
Reference in a new issue