File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ interface Fragment {
8686```
8787
8888One important thing to note is that you can't change the ` inlineSize ` or ` blockSize ` of a fragment
89- once have received it from a child layout. The _ only_ thing you can change is it's position (with
89+ once have received it from a child layout. The _ only_ thing you can change is its position (with
9090` inlineStart ` or ` blockStart ` ) relative to the parent.
9191
9292See below for a description of baselines.
9393
9494The ` unpositionedBoxes ` attribute is a list of ` Box ` es which couldn't be positioned by the child.
95- The current layout can choose to layout and position these, or it can pass them up to it's parent.
95+ The current layout can choose to layout and position these, or it can pass them up to its parent.
9696
9797#### The ` ConstraintSpace `
9898
You can’t perform that action at this time.
0 commit comments