mirror of
https://github.com/fafhrd91/actix-web
synced 2025-08-31 08:57:00 +02:00
spelling check
This commit is contained in:
@@ -140,7 +140,7 @@ impl ClientConnector {
|
||||
///
|
||||
/// Arbiter::handle().spawn({
|
||||
/// conn.call_fut(
|
||||
/// Connect::new("https://www.rust-lang.org").unwrap()) // <- connecto to host
|
||||
/// Connect::new("https://www.rust-lang.org").unwrap()) // <- connect to host
|
||||
/// .map_err(|_| ())
|
||||
/// .and_then(|res| {
|
||||
/// if let Ok(mut stream) = res {
|
||||
|
Reference in New Issue
Block a user