mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-26 02:19:22 +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