Skip to content

Commit d86cfea

Browse files
vplentinaxcortizg
andauthored
Update 1-js/12-generators-iterators/2-async-iterators-generators/article.md
Co-authored-by: Carlos Ortiz Gutiérrez <56600925+cortizg@users.noreply.github.com>
1 parent 2b83f21 commit d86cfea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/12-generators-iterators/2-async-iterators-generators

1-js/12-generators-iterators/2-async-iterators-generators/article.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ let range = {
2727
current: this.from,
2828
last: this.to,
2929

30-
// next() se llama en cada iteración por el buce for..of
30+
// next() se llama en cada iteración por el bucle for..of
3131
*!*
3232
next() { // (2)
3333
// debería devolver el valor como un objeto {done:.., value :...}

0 commit comments

Comments
 (0)