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
391391` IEnumerable<T> ` or an ` IEnumerator<T> ` . The compiler then converts the body
392392of the method into a concrete implementation of the return type, instead of
393393the 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
395395an unstable feature at the time of this writing.
396396
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