File tree Expand file tree Collapse file tree
packages/flutter/lib/src/rendering Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2708,7 +2708,7 @@ abstract class RenderBox extends RenderObject {
27082708 /// having been called in [hitTest] but cannot rely upon [paint] having been
27092709 /// called. For example, a render object might be a child of a [RenderOpacity]
27102710 /// object, which calls [hitTest] on its children when its opacity is zero
2711- /// even through it does not [paint] its children.
2711+ /// even though it does not [paint] its children.
27122712 bool hitTest (BoxHitTestResult result, { required Offset position }) {
27132713 assert (() {
27142714 if (! hasSize) {
Original file line number Diff line number Diff line change @@ -1390,7 +1390,7 @@ abstract class RenderSliver extends RenderObject {
13901390 /// having been called in [hitTest] but cannot rely upon [paint] having been
13911391 /// called. For example, a render object might be a child of a [RenderOpacity]
13921392 /// object, which calls [hitTest] on its children when its opacity is zero
1393- /// even through it does not [paint] its children.
1393+ /// even though it does not [paint] its children.
13941394 ///
13951395 /// ## Coordinates for RenderSliver objects
13961396 ///
You can’t perform that action at this time.
0 commit comments