felangel / mocktail

A mock library for Dart inspired by mockito
https://pub.dev/packages/mocktail
MIT License
617 stars 81 forks source link

docs: Fixed misleading comment on _registerMatcher #101

Closed mousedownmike closed 2 years ago

mousedownmike commented 2 years ago

if named is null, arguments are stored as positional, comment previously stated non-null instead of null

Status

READY

Breaking Changes

NO

Description

Very minor change to the text of a comment on _registerMatcher but it significantly changes the meaning.

Type of Change