We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e549273 commit fb7edf4Copy full SHA for fb7edf4
pkgs/mockito/README.md
@@ -191,7 +191,7 @@ verify(cat.lives=9);
191
If an argument other than an ArgMatcher (like [`any`], [`anyNamed`],
192
[`argThat`], [`captureThat`], etc.) is passed to a mock method, then the
193
[`equals`] matcher is used for argument matching. If you need more strict
194
-matching consider use `argThat(identical(arg))`.
+matching, consider using `argThat(identical(arg))`.
195
196
However, note that `null` cannot be used as an argument adjacent to ArgMatcher
197
arguments, nor as an un-wrapped value passed as a named argument. For example:
0 commit comments