diff options
-rw-r--r-- | files/ja/web/api/domtokenlist/entries/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/domtokenlist/entries/index.html b/files/ja/web/api/domtokenlist/entries/index.html index 8a7a4cebd0..b76008c3e1 100644 --- a/files/ja/web/api/domtokenlist/entries/index.html +++ b/files/ja/web/api/domtokenlist/entries/index.html @@ -12,7 +12,7 @@ translation_of: Web/API/DOMTokenList/entries --- <div>{{APIRef("DOM")}}</div> -<p><span class="seoSummary"><code><strong>DOMTokenList.entries()</strong></code> メソッドは、このお武衛ジェクトに含まれるすべてのキー/値の組を処理することができる{{jsxref("Iteration_protocols","反復子","",1)}}を返します。値は {{domxref("DOMString")}} オブジェクトであり、それぞれが単一のトークンを表します。</span></p> +<p><span class="seoSummary"><code><strong>DOMTokenList.entries()</strong></code> メソッドは、このオブジェクトに含まれるすべてのキー/値の組を処理することができる{{jsxref("Iteration_protocols","反復子","",1)}}を返します。値は {{domxref("DOMString")}} オブジェクトであり、それぞれが単一のトークンを表します。</span></p> <h2 id="Syntax">構文</h2> |