mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Fix minor spelling error (#143541)
*Replace this paragraph with a description of what this PR is changing or adding, and why. Consider including before/after screenshots.* *List which issues are fixed by this PR. You must list at least one issue. An issue is not required if the PR fixes something trivial like a typo.* *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
This commit is contained in:
parent
27cacca011
commit
22d2703834
@ -1989,7 +1989,7 @@ abstract class RenderBox extends RenderObject {
|
||||
'RenderBox.size accessed beyond the scope of resize, layout, or '
|
||||
'permitted parent access. RenderBox can always access its own size, '
|
||||
'otherwise, the only object that is allowed to read RenderBox.size '
|
||||
'is its parent, if they have said they will. It you hit this assert '
|
||||
'is its parent, if they have said they will. If you hit this assert '
|
||||
'trying to access a child\'s size, pass "parentUsesSize: true" to '
|
||||
"that child's layout().",
|
||||
);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user