aboutsummaryrefslogtreecommitdiff
path: root/files/ko/web/javascript
diff options
context:
space:
mode:
authorJonghyeon <flowithusdev@gmail.com>2022-02-15 09:59:26 +0900
committerGitHub <noreply@github.com>2022-02-15 09:59:26 +0900
commita9eb67a3fafdfddd34fe6a7a33cc59ba7dfe9b60 (patch)
tree57168d64d87f1a04bbe92eedc1f4c6c23482627f /files/ko/web/javascript
parentc5a60f7c27e03cb7213c2f1811ed107e5e89e66c (diff)
downloadtranslated-content-a9eb67a3fafdfddd34fe6a7a33cc59ba7dfe9b60.tar.gz
translated-content-a9eb67a3fafdfddd34fe6a7a33cc59ba7dfe9b60.tar.bz2
translated-content-a9eb67a3fafdfddd34fe6a7a33cc59ba7dfe9b60.zip
Update translation more accuratly for Korean (#4137)
Diffstat (limited to 'files/ko/web/javascript')
-rw-r--r--files/ko/web/javascript/reference/global_objects/generator/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ko/web/javascript/reference/global_objects/generator/index.html b/files/ko/web/javascript/reference/global_objects/generator/index.html
index 5e74777a6d..304eb72df8 100644
--- a/files/ko/web/javascript/reference/global_objects/generator/index.html
+++ b/files/ko/web/javascript/reference/global_objects/generator/index.html
@@ -13,7 +13,7 @@ browser-compat: javascript.builtins.Generator
---
<div>{{JSRef}}</div>
-<p><code><strong>Generator</strong></code> 객체는 {{jsxref("Statements/function*", "generator function", "", 1)}} 으로부터 반환된 값이며 <a href="/en-US/docs/Web/JavaScript/Guide/The_Iterator_protocol">반복자와 반복자 프로토콜</a>을 준수합니다.</p>
+<p><code><strong>Generator</strong></code> 객체는 {{jsxref("Statements/function*", "generator function", "", 1)}} 으로부터 반환된 값이며 <a href="/ko/docs/Web/JavaScript/Reference/Iteration_protocols#iterable">이터러블 프로토콜</a>과 <a href="/ko/docs/Web/JavaScript/Reference/Iteration_protocols#iterator">이터레이터 프로토콜</a>을 준수합니다.</p>
<h2 id="문법">문법</h2>