Unverified Commit 91836d6a authored by Justin McCandless's avatar Justin McCandless Committed by GitHub

its => it (#104730)

Just a small grammar fix in the PipelineOwner docs.
parent b1e13eeb
......@@ -859,7 +859,7 @@ class SemanticsHandle {
/// compositing bits. During this phase, each render object learns whether
/// any of its children require compositing. This information is used during
/// the painting phase when selecting how to implement visual effects such as
/// clipping. If a render object has a composited child, its needs to use a
/// clipping. If a render object has a composited child, it needs to use a
/// [Layer] to create the clip in order for the clip to apply to the
/// composited child (which will be painted into its own [Layer]).
/// 3. [flushPaint] visits any render objects that need to paint. During this
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment