未验证 提交 3eb8c04e 编写于 作者: J Jonah Williams 提交者: GitHub

fix typo in interop code (#5743)

上级 2daa0aaf
......@@ -571,7 +571,7 @@ class SemanticsUpdateBuilder extends NativeFieldWrapperClass2 {
assert(label != null && label != '');
_updateCustomAction(id, label);
}
void _updateCustomAction(int id, String label) native 'SemanticsUpdateBuilder_updateAction';
void _updateCustomAction(int id, String label) native 'SemanticsUpdateBuilder_updateCustomAction';
/// Creates a [SemanticsUpdate] object that encapsulates the updates recorded
/// by this object.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册