We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7308d7 commit dc42fa8Copy full SHA for dc42fa8
lib/pedantic.dart
@@ -6,7 +6,7 @@ import 'dart:async' show Future;
6
7
/// Indicates to tools that [future] is intentionally not `await`-ed.
8
///
9
-/// In an `async` context, it is normally expected than all [Future]s are
+/// In an `async` context, it is normally expected that all [Future]s are
10
/// awaited, and that is the basis of the lint `unawaited_futures`. However,
11
/// there are times where one or more futures are intentionally not awaited.
12
/// This function may be used to ignore a particular future. It silences the
0 commit comments