From c87981861d5bd0f9b0e786d33f446d66c6d8c39a Mon Sep 17 00:00:00 2001 From: Mike Bierlee Date: Sat, 4 Jul 2015 15:18:37 +0200 Subject: [PATCH] Fix typo in tutorial --- TUTORIAL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TUTORIAL.md b/TUTORIAL.md index 42a1b8b..0217473 100644 --- a/TUTORIAL.md +++ b/TUTORIAL.md @@ -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.