Skip to content

Commit c2034f4

Browse files
committed
Minor grammar fix in the readme
Import #544 PiperOrigin-RevId: 460267361
1 parent f4cd65b commit c2034f4

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
@@ -191,7 +191,7 @@ verify(cat.lives=9);
191191
If an argument other than an ArgMatcher (like [`any`], [`anyNamed`],
192192
[`argThat`], [`captureThat`], etc.) is passed to a mock method, then the
193193
[`equals`] matcher is used for argument matching. If you need more strict
194-
matching consider use `argThat(identical(arg))`.
194+
matching, consider using `argThat(identical(arg))`.
195195

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

0 commit comments

Comments
 (0)