We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ad971 commit 78c9271Copy full SHA for 78c9271
packages/flutter/lib/src/foundation/isolates.dart
@@ -78,7 +78,7 @@ typedef ComputeImpl = Future<R> Function<Q, R>(ComputeCallback<Q, R> callback, Q
78
///
79
/// Using closures must be done with care. Due to
80
/// [dart-lang/sdk#36983](https://github.com/dart-lang/sdk/issues/36983) a
81
-/// closure may captures objects that, while not directly used in the closure
+/// closure may capture objects that, while not directly used in the closure
82
/// itself, may prevent it from being sent to an isolate.
83
/// {@endtemplate}
84
0 commit comments