Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
Minor phrasing tweak "described in" -> "described by"
Browse files Browse the repository at this point in the history
  • Loading branch information
natebosch committed Nov 2, 2023
1 parent ad9ce67 commit 20b0c69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core_matchers.dart
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ class _In<T> extends FeatureMatcher<T> {
/// expect(actual, predicate<num>((v) => (v % 2) == 0, 'is even'));
///
/// Use this method when a value is checked for one conceptual property
/// described in [description].
/// described by [description].
///
/// If the value can be rejected for than one reason prefer using [isA] and the
/// [TypeMatcher.having] API to build up a matcher with output that can
Expand Down

0 comments on commit 20b0c69

Please sign in to comment.