提交 7c001a4f 编写于 作者: A Adam Barth

Fix a typo in apis.md

TBR=ianh@google.com

Review URL: https://codereview.chromium.org/680693003
上级 be4206ab
......@@ -53,7 +53,7 @@ module 'sky:core' {
readonly attribute ChildNode? previousSibling; // O(1)
readonly attribute ChildNode? nextSibling; // O(1)
// the following all throw is parentNode is null
// the following all throw if parentNode is null
void insertBefore(ChildArgument... nodes); // O(N) in number of arguments plus all their descendants
void insertAfter(ChildArgument... nodes); // O(N) in number of arguments plus all their descendants
void replaceWith(ChildArgument... nodes); // O(N) in number of descendants plus arguments plus all their descendants
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册