Correct flutter_test flutter_test_configuration.dart documentation (#70862)
diff --git a/packages/flutter_test/lib/flutter_test.dart b/packages/flutter_test/lib/flutter_test.dart index ad6076b..d05840d 100644 --- a/packages/flutter_test/lib/flutter_test.dart +++ b/packages/flutter_test/lib/flutter_test.dart
@@ -27,7 +27,7 @@ /// with the following signature: /// /// ```dart -/// Future<void> main(FutureOr<void> testMain()); +/// Future<void> testExecutable(FutureOr<void> Function() testMain); /// ``` /// /// The test framework will execute that method and pass it the `main()` method