From e7b2d774daea760d8d452cf5d33bbbb05d8c8422 Mon Sep 17 00:00:00 2001 From: brianjester Date: Sun, 7 Oct 2018 15:56:56 -0700 Subject: [PATCH] Extra "a" in the sentence --- Step05.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Step05.md b/Step05.md index 36ddaf5..1562291 100644 --- a/Step05.md +++ b/Step05.md @@ -9,7 +9,7 @@ - What if we combine a matcher with hardcoded value when stubbing. - Mock a few other List Methods. - What happens if an unstubbed method is called? - - By default, for all methods that return a value, a mock will return either null, a a primitive/primitive wrapper value, or an empty collection, as appropriate. For example 0 for an int/Integer and false for a boolean/Boolean. + - By default, for all methods that return a value, a mock will return either null, a primitive/primitive wrapper value, or an empty collection, as appropriate. For example 0 for an int/Integer and false for a boolean/Boolean. ## Files List ### /pom.xml