Unverified Commit 22d27038 authored by Jake's avatar Jake Committed by GitHub

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].*
parent 27cacca0
...@@ -1989,7 +1989,7 @@ abstract class RenderBox extends RenderObject { ...@@ -1989,7 +1989,7 @@ abstract class RenderBox extends RenderObject {
'RenderBox.size accessed beyond the scope of resize, layout, or ' 'RenderBox.size accessed beyond the scope of resize, layout, or '
'permitted parent access. RenderBox can always access its own size, ' 'permitted parent access. RenderBox can always access its own size, '
'otherwise, the only object that is allowed to read RenderBox.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 ' 'trying to access a child\'s size, pass "parentUsesSize: true" to '
"that child's layout().", "that child's layout().",
); );
......
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