Skip to content

Commit 4e6d773

Browse files
committed
address TR comment, spelling error
1 parent f029966 commit 4e6d773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch11/a-rust-futures/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use crate::http::Http;
55

66
fn main() {
77
let mut executor = runtime::init();
8-
executor.block_on(async_main2());
8+
executor.block_on(async_main());
99
}
1010

1111
async fn async_main() {

0 commit comments

Comments
 (0)