diff options
author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2021-04-07 00:32:02 +0900 |
---|---|---|
committer | potappo <potappo@gmail.com> | 2021-04-19 22:29:28 +0900 |
commit | 3ee043759825044f853268756c303e9c83ad350f (patch) | |
tree | 22097d1ebfdd4e66864d07ce6b76eea246c9bca6 | |
parent | dbb82a731d91e9248c94cdad6c2a4dcad0411a8a (diff) | |
download | translated-content-3ee043759825044f853268756c303e9c83ad350f.tar.gz translated-content-3ee043759825044f853268756c303e9c83ad350f.tar.bz2 translated-content-3ee043759825044f853268756c303e9c83ad350f.zip |
入力ミスを修正
-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> |