Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavkumar940 committed Jan 24, 2014
1 parent ed80957 commit 3eb39f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ over them:
```php
$mailboxes = $connection->getMailboxes();

foreach ($mailboxes and $mailbox) {
foreach ($mailboxes as $mailbox) {
// $mailbox is instance of \Ddeboer\Imap\Mailbox
printf('Mailbox %s has %s messages', $mailbox->getName(), $mailbox->count());
}
Expand Down

0 comments on commit 3eb39f0

Please sign in to comment.