浏览代码

fix typo.

/main
kg 6 年前
当前提交
3e7c5232
共有 2 个文件被更改,包括 4 次插入4 次删除
  1. 6
      Runtime/rendering/object.mixin.gen.cs
  2. 2
      Runtime/rendering/object.mixin.njk

6
Runtime/rendering/object.mixin.gen.cs


"example, a RenderSliver cannot be the child of a RenderBox because " +
"a RenderSliver does not understand the RenderBox layout protocol.\n" +
"\n" +
"The " + this.GetType() + " that expected a $ChildType child was created by:\n" +
"The " + this.GetType() + " that expected a " + typeof(ChildType) + " child was created by:\n" +
" " + this.debugCreator + "\n" +
"\n" +
"The " + child.GetType() + " that did not match the expected child type " +

"example, a RenderSliver cannot be the child of a RenderBox because " +
"a RenderSliver does not understand the RenderBox layout protocol.\n" +
"\n" +
"The " + this.GetType() + " that expected a $ChildType child was created by:\n" +
"The " + this.GetType() + " that expected a " + typeof(ChildType) + " child was created by:\n" +
" " + this.debugCreator + "\n" +
"\n" +
"The " + child.GetType() + " that did not match the expected child type " +

"example, a RenderSliver cannot be the child of a RenderBox because " +
"a RenderSliver does not understand the RenderBox layout protocol.\n" +
"\n" +
"The " + this.GetType() + " that expected a $ChildType child was created by:\n" +
"The " + this.GetType() + " that expected a " + typeof(ChildType) + " child was created by:\n" +
" " + this.debugCreator + "\n" +
"\n" +
"The " + child.GetType() + " that did not match the expected child type " +

2
Runtime/rendering/object.mixin.njk


"example, a RenderSliver cannot be the child of a RenderBox because " +
"a RenderSliver does not understand the RenderBox layout protocol.\n" +
"\n" +
"The " + this.GetType() + " that expected a $ChildType child was created by:\n" +
"The " + this.GetType() + " that expected a " + typeof(ChildType) + " child was created by:\n" +
" " + this.debugCreator + "\n" +
"\n" +
"The " + child.GetType() + " that did not match the expected child type " +

正在加载...
取消
保存