Skip to content

Commit e0ffd30

Browse files
committed
fix filename
1 parent 2db96fa commit e0ffd30

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ch07/b-async-await/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Install corofy by entering the `ch8/corofy` folder and
88
write `cargo install --path .`.
99

1010
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`
11+
`src/main.rs` contains the same code as the `original_main.rs`
1212
file does (which is the same as presented in the book).
1313

1414
## How to run the example
@@ -67,4 +67,4 @@ fn main() {
6767
thread::sleep(Duration::from_millis(100));
6868
}
6969
}
70-
```
70+
```

ch07/b-async-await/orignial_main.rs renamed to ch07/b-async-await/original_main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ fn main() {
3636
}
3737
}
3838
println!("\nELAPSED TIME: {}", start.elapsed().as_secs_f32());
39-
}
39+
}

0 commit comments

Comments
 (0)