Fix typo in tutorial

This commit is contained in:
Mike Bierlee 2015-07-04 15:18:37 +02:00
parent 0b263e49bb
commit c87981861d

View file

@ -127,4 +127,4 @@ dependencies.register!(Color, Blue);
dependencies.register!(Color, Red);
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.