Skip to content

Commit da72f04

Browse files
committed
Update README.md
1 parent b8365e9 commit da72f04

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
@@ -56,7 +56,7 @@
5656
* when the sole instance should be extensible by subclassing, and clients should be able to use an extended instance without modifying their code
5757

5858
##Adapter
59-
**Intent:** Convert the interface of a class into another interface clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.
59+
**Intent:** Convert the interface of a class into another interface the clients expect. Adapter lets classes work together that couldn't otherwise because of incompatible interfaces.
6060

6161
![alt text](https://github.com/iluwatar/java-design-patterns/blob/master/adapter/etc/adapter.jpg "Adapter")
6262

0 commit comments

Comments
 (0)