From e16099adf396900c2a0493d185c154c0d84e56f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ilkka=20Sepp=C3=A4l=C3=A4?= Date: Sun, 31 Aug 2014 08:46:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecdceeb92..e449d64a5 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ * you need to use several existing subclasses, but it's impractical to adapt their interface by subclassing every one. An object adapter can adapt the interface of its parent class. ##Bridge -**Intent:** Decouple an abstraction from its implementationso that the two can vary independently. +**Intent:** Decouple an abstraction from its implementation so that the two can vary independently. ![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/bridge/etc/bridge.jpg "Bridge")