aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--files/zh-cn/web/api/node/childnodes/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/api/node/childnodes/index.html b/files/zh-cn/web/api/node/childnodes/index.html
index ff964996d3..973eaf597f 100644
--- a/files/zh-cn/web/api/node/childnodes/index.html
+++ b/files/zh-cn/web/api/node/childnodes/index.html
@@ -15,7 +15,7 @@ translation_of_original: childNodes
</pre>
<p>ndList变量为 {{domxref("NodeList")}} 类型,且为只读。</p>
<h2 id=".E8.8C.83.E4.BE.8B" name=".E8.8C.83.E4.BE.8B">例子</h2>
-<pre>// parg 是一个到 &lt;p&gt; 元素的引用
+<pre>// parg 是一个对 &lt;p&gt; 元素的引用
if (parg.hasChildNodes())
// 首先我们检查它是否包含子节点
{