From 30c4e773d3c8d41dac4ccc752aace13e244521f6 Mon Sep 17 00:00:00 2001 From: bosoniq Date: Fri, 21 Mar 2014 18:39:20 +0100 Subject: [PATCH] Fixed misspelling of through modified: README.md --- Composite/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Composite/README.md b/Composite/README.md index 6d4cea3..ae22908 100755 --- a/Composite/README.md +++ b/Composite/README.md @@ -2,7 +2,7 @@ # Purpose -To treat a group of objects the same way as a single instance of the object. +To treat a group of objects the same way as a single instance of the object. # Examples