Skip to content

Commit

Permalink
more is/are changes
Browse files Browse the repository at this point in the history
  • Loading branch information
glensc committed Jul 5, 2016
1 parent 067c6c8 commit 31b7443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -54,7 +54,7 @@ These two functions don't check for strict true/false matching, rather `empty` f

## Alternative Syntax

If you follow TDD/BDD you'd rather use `expect` instead of `verify`. Which is just an alias functions:
If you follow TDD/BDD you'd rather use `expect` instead of `verify`. Which are just an alias functions:

```php
expect("user have 5 posts", $user->getNumPosts())->equals(5);
Expand Down

0 comments on commit 31b7443

Please sign in to comment.