Fixed typo

This commit is contained in:
Christophe Vidal
2016-06-14 06:16:01 +07:00
parent 2888ac456a
commit ca3a8b2f29
7 changed files with 7 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ Purpose
To translate one interface for a class into a compatible interface. An
adapter allows classes to work together that normally could not because
of incompatible interfaces by providing it's interface to clients while
of incompatible interfaces by providing its interface to clients while
using the original interface.
Examples