Skip to content

Commit 8223b56

Browse files
authored
Merge pull request ruanyf#412 from xiangyangL/gh-pages
缺少括号
2 parents 0842b12 + bb7ce15 commit 8223b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ var flat = function* (a) {
130130
} else {
131131
yield item;
132132
}
133-
}
133+
});
134134
};
135135

136136
for (var f of flat(arr)){

0 commit comments

Comments
 (0)