Skip to content

Commit 68294e2

Browse files
committed
Fix typo
1 parent 45cf20b commit 68294e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter-ten/src/bin/generator.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ fn main() {
2121
}
2222

2323
// At the moment, you can return a different type
24-
// than you yield, altough this feature is considered for removal
24+
// than you yield, although this feature is considered for removal
2525
let mut generator = || {
2626
yield 100;
2727
yield 200;

0 commit comments

Comments
 (0)