diff --git a/sdk/lib/core/weak.dart b/sdk/lib/core/weak.dart index 46721015169..17f5d31aa2b 100644 --- a/sdk/lib/core/weak.dart +++ b/sdk/lib/core/weak.dart @@ -167,7 +167,7 @@ abstract class WeakReference { abstract class Finalizer { /// Creates a finalizer with the given finalization callback. /// - /// The [callback] is bound to the [current zone](Zone.current) + /// The [callback] is bound to the current zone /// when the [Finalizer] is created, and will run in that zone when called. external factory Finalizer(void Function(T) callback);