diff options
Diffstat (limited to 'files/ja/web/api/element/childelementcount')
-rw-r--r-- | files/ja/web/api/element/childelementcount/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/ja/web/api/element/childelementcount/index.html b/files/ja/web/api/element/childelementcount/index.html index 57d59747ce..c3520c9a31 100644 --- a/files/ja/web/api/element/childelementcount/index.html +++ b/files/ja/web/api/element/childelementcount/index.html @@ -22,11 +22,11 @@ original_slug: Web/API/ParentNode/childElementCount <pre class="brush:js">let sidebar = document.getElementById('sidebar'); if (sidebar.childElementCount > 0) { - // Do something + // 何もしない } </pre> -<h2 id="Specification">仕様書</h2> +<h2 id="Specifications">仕様書</h2> {{Specifications}} |