Skip to content

Commit c95211d

Browse files
authored
Merge 47a30db into 1586ac8
2 parents 1586ac8 + 47a30db commit c95211d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/lib/core/weak.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ abstract class Finalizer<T> {
173173

174174
/// Attaches this finalizer to [value].
175175
///
176-
/// When [value] is longer accessible to the program,
176+
/// When [value] is no longer accessible to the program,
177177
/// while still having an attachement to this finalizer,
178178
/// the callback of this finalizer *may* be called
179179
/// with [finalizationToken] as argument.

0 commit comments

Comments
 (0)