Unverified Commit 7d9010c3 authored by Mouad Debbar's avatar Mouad Debbar Committed by GitHub

Typo fix in dartdoc in tool test (#139386)

The tree is red due a non-hermetic customer test from `macos_ui`. The
test was disabled in https://github.com/flutter/tests/pull/317 and an
issue was filed at https://github.com/macosui/macos_ui/issues/499.

We need this empty commit in order to re-run CI with the latest
https://github.com/flutter/tests.
parent e5762baf
...@@ -337,7 +337,7 @@ extension DapTestClientExtension on DapTestClient { ...@@ -337,7 +337,7 @@ extension DapTestClientExtension on DapTestClient {
/// console, stdout and stderr. /// console, stdout and stderr.
/// ///
/// Only one of [start] or [launch] may be provided. Use [start] to customise /// Only one of [start] or [launch] may be provided. Use [start] to customise
/// the whole start of the session (including initialise) or [launch] to only /// the whole start of the session (including initialize) or [launch] to only
/// customise the [launchRequest]. /// customise the [launchRequest].
Future<List<OutputEventBody>> collectAllOutput({ Future<List<OutputEventBody>> collectAllOutput({
String? program, String? program,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment