We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0fe7a5 commit 664f49dCopy full SHA for 664f49d
src/linq/index.md
@@ -391,7 +391,7 @@ _iterator method_. The return type of an iterator method can be an
391
`IEnumerable<T>` or an `IEnumerator<T>`. The compiler then converts the body
392
of the method into a concrete implementation of the return type, instead of
393
the developer having to write a full-blown class each time.
394
-_[Generators][generators.rs]_, as they're called in Rust, are still considered
+_[Coroutines][coroutines.rs]_, as they're called in Rust, are still considered
395
an unstable feature at the time of this writing.
396
397
- [generators.rs]: https://doc.rust-lang.org/stable/unstable-book/language-features/generators.html
+ [coroutines.rs]: https://doc.rust-lang.org/unstable-book/language-features/coroutines.html
0 commit comments