Skip to content

Commit e16099a

Browse files
committed
Update README.md
1 parent c5b57c8 commit e16099a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
* 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.
6767

6868
##Bridge
69-
**Intent:** Decouple an abstraction from its implementationso that the two can vary independently.
69+
**Intent:** Decouple an abstraction from its implementation so that the two can vary independently.
7070

7171

7272
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/bridge/etc/bridge.jpg "Bridge")

0 commit comments

Comments
 (0)