summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 7cec0aa..d55e49c 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@
public methods found in the class passed as the first argument are
also present in the class passed as the second argument, and that
they accept the same arguments. This is useful to verify if a fake
- or stub class have the same API as the real class being simulated.
+ or stub class has the same API as the real class being simulated.
- Added MockerTestCase.assert[Not]{Starts,Ends}With().