diff --git a/packages/flutter/lib/src/rendering/proxy_box.dart b/packages/flutter/lib/src/rendering/proxy_box.dart index d505b94776..44009097c0 100644 --- a/packages/flutter/lib/src/rendering/proxy_box.dart +++ b/packages/flutter/lib/src/rendering/proxy_box.dart @@ -1179,7 +1179,7 @@ abstract class CustomClipper extends Listenable { /// Called whenever a new instance of the custom clipper delegate class is /// provided to the clip object, or any time that a new clip object is created - /// with a new instance of the custom painter delegate class (which amounts to + /// with a new instance of the custom clipper delegate class (which amounts to /// the same thing, because the latter is implemented in terms of the former). /// /// If the new instance represents different information than the old