diff options
| author | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-01 02:13:17 +0900 |
|---|---|---|
| committer | Masahiro FUJIMOTO <mfujimot@gmail.com> | 2022-02-08 23:09:56 +0900 |
| commit | 52d79dc28f893a99eb1efdb66351cafdc1d919cd (patch) | |
| tree | b3d02be39aebb5c2d84c551dd4dc8355296b1fe3 /files/ja/web/javascript/reference/global_objects/generator | |
| parent | a00858e3e632ae9a77ddd2f4fdf06795e579eb48 (diff) | |
| download | translated-content-52d79dc28f893a99eb1efdb66351cafdc1d919cd.tar.gz translated-content-52d79dc28f893a99eb1efdb66351cafdc1d919cd.tar.bz2 translated-content-52d79dc28f893a99eb1efdb66351cafdc1d919cd.zip | |
反復処理プロトコルの記事へのリンクフラグメントを修正
Diffstat (limited to 'files/ja/web/javascript/reference/global_objects/generator')
| -rw-r--r-- | files/ja/web/javascript/reference/global_objects/generator/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/javascript/reference/global_objects/generator/index.html b/files/ja/web/javascript/reference/global_objects/generator/index.html index 3a182f7fa3..743055f6a7 100644 --- a/files/ja/web/javascript/reference/global_objects/generator/index.html +++ b/files/ja/web/javascript/reference/global_objects/generator/index.html @@ -13,7 +13,7 @@ translation_of: Web/JavaScript/Reference/Global_Objects/Generator --- <div>{{JSRef}}</div> -<p><code><strong>Generator</strong></code> オブジェクトは{{JSxRef("Statements/function*", "ジェネレーター関数", "", 1)}}によって返され、<a href="/ja/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterable_protocol">反復可能プロトコル</a>と<a href="/ja/docs/Web/JavaScript/Reference/Iteration_protocols#The_iterator_protocol">反復子プロトコル</a>の両方に準拠しています。</p> +<p><code><strong>Generator</strong></code> オブジェクトは{{JSxRef("Statements/function*", "ジェネレーター関数", "", 1)}}によって返され、<a href="/ja/docs/Web/JavaScript/Reference/Iteration_protocols#反復可能_iterable_プロトコル">反復可能プロトコル</a>と<a href="/ja/docs/Web/JavaScript/Reference/Iteration_protocols#反復子_iterator_プロトコル">反復子プロトコル</a>の両方に準拠しています。</p> <h2 id="Constructor" name="Constructor">コンストラクター</h2> |
