From 31b74434cb7c70846f4022ffdd37438f13785871 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Tue, 5 Jul 2016 13:32:33 +0300 Subject: [PATCH] more is/are changes --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf870f4..3a5d414 100644 --- a/README.md +++ b/README.md @@ -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);