Skip to content

Commit 07374ef

Browse files
zshiftudoprog
authored andcommitted
Fixes #958
1 parent 61d267a commit 07374ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/streams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Streams
22

3-
Streams are the asynchronous version of [Generators](./7_generators.md).
3+
Streams are the asynchronous version of [Generators](./generators.md).
44

55
They have almost identical `next` and `resume` functions, but each must be used
66
with `.await`, and we are now allowed to use asynchronous functions inside of

0 commit comments

Comments
 (0)