File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ _iterator method_. The return type of an iterator method can be an
391
391
` IEnumerable<T> ` or an ` IEnumerator<T> ` . The compiler then converts the body
392
392
of the method into a concrete implementation of the return type, instead of
393
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
394
+ _ [ Coroutines ] [ coroutines .rs] _ , as they're called in Rust, are still considered
395
395
an unstable feature at the time of this writing.
396
396
397
- [ generators .rs] : https://doc.rust-lang.org/stable/ unstable-book/language-features/generators .html
397
+ [ coroutines .rs] : https://doc.rust-lang.org/unstable-book/language-features/coroutines .html
You can’t perform that action at this time.
0 commit comments