Skip to content

Commit d8a2ddd

Browse files
namanshergillsrawlins
authored andcommitted
Minor grammar fix in the readme
1 parent 25d25da commit d8a2ddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ verify(cat.lives=9);
189189
If an argument other than an ArgMatcher (like [`any`], [`anyNamed`],
190190
[`argThat`], [`captureThat`], etc.) is passed to a mock method, then the
191191
[`equals`] matcher is used for argument matching. If you need more strict
192-
matching consider use `argThat(identical(arg))`.
192+
matching, consider using `argThat(identical(arg))`.
193193

194194
However, note that `null` cannot be used as an argument adjacent to ArgMatcher
195195
arguments, nor as an un-wrapped value passed as a named argument. For example:

0 commit comments

Comments
 (0)