We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2db96fa commit e0ffd30Copy full SHA for e0ffd30
ch07/b-async-await/README.md
@@ -8,7 +8,7 @@ Install corofy by entering the `ch8/corofy` folder and
8
write `cargo install --path .`.
9
10
When that's done you can come back here and make sure that
11
-`src/main.rs` contains the same code as the `orignal_main.rs`
+`src/main.rs` contains the same code as the `original_main.rs`
12
file does (which is the same as presented in the book).
13
14
## How to run the example
@@ -67,4 +67,4 @@ fn main() {
67
thread::sleep(Duration::from_millis(100));
68
}
69
70
-```
+```
ch07/b-async-await/orignial_main.rs renamed to ch07/b-async-await/original_main.rs
@@ -36,4 +36,4 @@ fn main() {
36
37
38
println!("\nELAPSED TIME: {}", start.elapsed().as_secs_f32());
39
-}
+}
0 commit comments