Skip to content

Commit edb7fb4

Browse files
SkinnyMindCommit Bot
authored and
Commit Bot
committed
docs(finalizer): fix typo
Closes #48916 GitOrigin-RevId: c95211d Change-Id: Ic44b2bf80f4bb21056b5a671b6d047381928c87e Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/242900 Reviewed-by: Kevin Moore <[email protected]> Reviewed-by: Slava Egorov <[email protected]> Commit-Queue: Slava Egorov <[email protected]> Commit-Queue: Kevin Moore <[email protected]>
1 parent 1586ac8 commit edb7fb4

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)