aboutsummaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
Diffstat (limited to 'files')
-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>