File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
accepted/future-releases/1847 - FinalizationRegistry Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ abstract class Finalizer<T> {
180
180
/// Attaches this finalizer to the given [value].
181
181
///
182
182
/// When [value] is no longer accessible to the program,
183
- /// the registry *may* call its callback function with [finalizationToken ]
183
+ /// the registry *may* call its callback function with [token ]
184
184
/// as argument.
185
185
///
186
186
/// The [value] and [detachKey] arguments do not count towards those
@@ -284,7 +284,7 @@ abstract class NativeFinalizer<T> {
284
284
/// Attaches this finalizer to the given [value].
285
285
///
286
286
/// When [value] is no longer accessible to the program,
287
- /// the registry will call its callback function with [finalizationToken ]
287
+ /// the registry will call its callback function with [token ]
288
288
/// as argument.
289
289
///
290
290
/// The [value] and [detachKey] arguments do not count towards those
You can’t perform that action at this time.
0 commit comments