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.
2 parents 1586ac8 + 47a30db commit c95211dCopy full SHA for c95211d
sdk/lib/core/weak.dart
@@ -173,7 +173,7 @@ abstract class Finalizer<T> {
173
174
/// Attaches this finalizer to [value].
175
///
176
- /// When [value] is longer accessible to the program,
+ /// When [value] is no longer accessible to the program,
177
/// while still having an attachement to this finalizer,
178
/// the callback of this finalizer *may* be called
179
/// with [finalizationToken] as argument.
0 commit comments