Small Doc Correction at await_stack_traces.md

Closes https://github.com/dart-lang/sdk/pull/54481

GitOrigin-RevId: c884fc57024154e49053dc799ea4dabdd29dde67
Change-Id: I48ee7adaab2626dc827e40225b37305afdc131a8
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/344041
Commit-Queue: Slava Egorov <vegorov@google.com>
Reviewed-by: Slava Egorov <vegorov@google.com>
This commit is contained in:
Aravind 2024-01-02 16:00:03 +00:00 committed by Commit Queue
parent 68651c7d53
commit 64f8b912dd

View file

@ -90,7 +90,7 @@ Future<int> outer() {
completer.complete(v);
}
inner().then(v);
inner().then(process);
return completer.future;
}