Skip to content

Commit 9a4bc89

Browse files
authored
Update article.md
"such as browsers" -> "like in browsers"
1 parent 537c334 commit 9a4bc89

File tree

1 file changed

+1
-1
lines changed
  • 1-js/12-generators-iterators/2-async-iterators-generators

1 file changed

+1
-1
lines changed

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
@@ -360,4 +360,4 @@ Syntax differences between async and regular generators:
360360
361361
In web-development we often meet streams of data, when it flows chunk-by-chunk. For instance, downloading or uploading a big file.
362362
363-
We can use async generators to process such data. It's also noteworthy that in some environments, such as browsers, there's also another API called Streams, that provides special interfaces to work with such streams, to transform the data and to pass it from one stream to another (e.g. download from one place and immediately send elsewhere).
363+
We can use async generators to process such data. It's also noteworthy that in some environments, like in browsers, there's also another API called Streams, that provides special interfaces to work with such streams, to transform the data and to pass it from one stream to another (e.g. download from one place and immediately send elsewhere).

0 commit comments

Comments
 (0)