diff --git a/packages/flutter_test/lib/src/matchers.dart b/packages/flutter_test/lib/src/matchers.dart index dfe8f2ea0d1b..1482821b4024 100644 --- a/packages/flutter_test/lib/src/matchers.dart +++ b/packages/flutter_test/lib/src/matchers.dart @@ -538,7 +538,7 @@ Matcher coversSameAreaAs(Path expectedPath, { required Rect areaToCompare, int s /// /// See also: /// -/// * [GoldenFileComparator], which acts as the backend for this matcher. +/// * [goldenFileComparator], which acts as the backend for this matcher. /// * [LocalFileComparator], which is the default [GoldenFileComparator] /// implementation for `flutter test`. /// * [matchesReferenceImage], which should be used instead if you want to