Skip to content

Commit dc42fa8

Browse files
authored
Fixed typo in doc string
1 parent b7308d7 commit dc42fa8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/pedantic.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import 'dart:async' show Future;
66

77
/// Indicates to tools that [future] is intentionally not `await`-ed.
88
///
9-
/// In an `async` context, it is normally expected than all [Future]s are
9+
/// In an `async` context, it is normally expected that all [Future]s are
1010
/// awaited, and that is the basis of the lint `unawaited_futures`. However,
1111
/// there are times where one or more futures are intentionally not awaited.
1212
/// This function may be used to ignore a particular future. It silences the

0 commit comments

Comments
 (0)