Update README.md

This commit is contained in:
Ilkka Seppälä 2014-08-31 08:46:57 +03:00
parent c5b57c86bd
commit e16099adf3

View File

@ -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")