some more comments, typos etc.

This commit is contained in:
Dominik Liebler
2011-08-23 11:52:46 +02:00
parent 758daca9fa
commit 1f37ca385f
7 changed files with 15 additions and 10 deletions

View File

@@ -12,7 +12,7 @@ namespace DesignPatterns;
* Examples:
* - different databases have the same interface to communicate although the underlying systems act differently
*
* this is a VERY basic example which won't work at all
* this is a VERY basic example which won't work at all!
*/
interface DatabaseAdapter
{