Skip to content

Commit 91836d6

Browse files
authored
its => it (#104730)
Just a small grammar fix in the PipelineOwner docs.
1 parent b1e13ee commit 91836d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/flutter/lib/src/rendering/object.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ class SemanticsHandle {
859859
/// compositing bits. During this phase, each render object learns whether
860860
/// any of its children require compositing. This information is used during
861861
/// the painting phase when selecting how to implement visual effects such as
862-
/// clipping. If a render object has a composited child, its needs to use a
862+
/// clipping. If a render object has a composited child, it needs to use a
863863
/// [Layer] to create the clip in order for the clip to apply to the
864864
/// composited child (which will be painted into its own [Layer]).
865865
/// 3. [flushPaint] visits any render objects that need to paint. During this

0 commit comments

Comments
 (0)