File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,13 +86,13 @@ interface Fragment {
86
86
```
87
87
88
88
One 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
90
90
` inlineStart ` or ` blockStart ` ) relative to the parent.
91
91
92
92
See below for a description of baselines.
93
93
94
94
The ` 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.
96
96
97
97
#### The ` ConstraintSpace `
98
98
You can’t perform that action at this time.
0 commit comments