some typo and comments

This commit is contained in:
Trismegiste
2013-05-11 22:18:12 +02:00
parent 9238d294c5
commit 8120aae5a7
7 changed files with 12 additions and 11 deletions

View File

@@ -23,7 +23,7 @@ namespace DesignPatterns\Iterator;
* arrays.
*
* If tomorrow you decide to read cards from a database, the client
* (see the PHPUnit test) will remain unchanged. That's beauty of it.
* (see the PHPUnit test) will remain unchanged. That's the beauty of it.
*/
class CardGame implements \Iterator
{