Skip to content

Commit

Permalink
Merge pull request #32 from abhinavkumar940/patch-1
Browse files Browse the repository at this point in the history
Fixed typo
  • Loading branch information
ddeboer committed Jan 24, 2014
2 parents ed80957 + 3eb39f0 commit 5bbe05b
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 5bbe05b

Please sign in to comment.