We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45cf20b commit 68294e2Copy full SHA for 68294e2
chapter-ten/src/bin/generator.rs
@@ -21,7 +21,7 @@ fn main() {
21
}
22
23
// At the moment, you can return a different type
24
- // than you yield, altough this feature is considered for removal
+ // than you yield, although this feature is considered for removal
25
let mut generator = || {
26
yield 100;
27
yield 200;
0 commit comments