Skip to content

Commit af124ec

Browse files
committed
spelling
1 parent b91be89 commit af124ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ch07/c-async-await/original_main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ mod future;
66
use future::*;
77
use crate::http::Http;
88

9-
coro fn request(i: usize) {
9+
coroutine fn request(i: usize) {
1010
let path = format!("/{}/HelloWorld{i}", i * 1000);
1111
let txt = Http::get(&path).wait;
1212
println!("{txt}");

0 commit comments

Comments
 (0)