aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodersjj <44868357+codersjj@users.noreply.github.com>2021-11-01 23:26:05 +0800
committerGitHub <noreply@github.com>2021-11-01 23:26:05 +0800
commit157bc0c620c3948a01f3c59943480852fa8f8031 (patch)
treeb8513735a7470d1bea43ca9f609c7a0137ae481e
parent70452d5aafb52322087317a01a0e68e42a69cd95 (diff)
downloadtranslated-content-157bc0c620c3948a01f3c59943480852fa8f8031.tar.gz
translated-content-157bc0c620c3948a01f3c59943480852fa8f8031.tar.bz2
translated-content-157bc0c620c3948a01f3c59943480852fa8f8031.zip
Update Web/JavaScript/Reference/Iteration_protocols, zh-CN (#2932)
-rw-r--r--files/zh-cn/web/javascript/reference/iteration_protocols/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/zh-cn/web/javascript/reference/iteration_protocols/index.html b/files/zh-cn/web/javascript/reference/iteration_protocols/index.html
index 8f124ba39b..975c55a7fe 100644
--- a/files/zh-cn/web/javascript/reference/iteration_protocols/index.html
+++ b/files/zh-cn/web/javascript/reference/iteration_protocols/index.html
@@ -60,7 +60,7 @@ translation_of: Web/JavaScript/Reference/Iteration_protocols
<tr>
<td><code>next</code></td>
<td>
- <p>一个无参数函数,返回一个应当拥有以下两个属性的对象:</p>
+ <p>一个无参数或者一个参数的函数,返回一个应当拥有以下两个属性的对象:</p>
<dl>
<dt><code>done</code>(boolean)</dt>