Skip to content

Commit

Permalink
docs: fix typo in _registerMatcher inline docs (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
mousedownmike authored Dec 28, 2021
1 parent 6dcdef0 commit c9471cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mocktail/lib/src/_register_matcher.dart
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ T captureAny<T>({String? named, Matcher? that}) {
/// Registers [matcher] into the stored arguments collections.
///
/// Creates an [ArgMatcher] with [matcher] and [capture], then if [named] is
/// non-null, stores that into the positional stored arguments list; otherwise
/// null, stores that into the positional stored arguments list; otherwise
/// stores it into the named stored arguments map, keyed on [named].
/// [argumentMatcher] is the name of the public API used to register [matcher],
/// for error messages.
Expand Down

0 comments on commit c9471cb

Please sign in to comment.