style(comments): correct some typos in Rust code comments
This commit is contained in:
committed by
Sean McArthur
parent
6d2bcef272
commit
35825c4614
@@ -1240,7 +1240,7 @@ mod dispatch_impl {
|
||||
.uri(&*format!("http://{}/a", addr))
|
||||
.body(Body::empty())
|
||||
.unwrap();
|
||||
// notably, havent read body yet
|
||||
// notably, haven't read body yet
|
||||
client.request(req)
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user