From 80285f2a322a126a23c4cd14449d3da9249e275b Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Mon, 12 Feb 2018 18:38:13 -0800 Subject: [PATCH] fix doc test --- src/client/connector.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client/connector.rs b/src/client/connector.rs index 8aa9322a4..af708bbbe 100644 --- a/src/client/connector.rs +++ b/src/client/connector.rs @@ -139,7 +139,7 @@ impl ClientConnector { /// let conn: Address<_> = ClientConnector::with_connector(ssl_conn).start(); /// /// Arbiter::handle().spawn({ - /// conn.call_fut( + /// conn.call( /// Connect::new("https://www.rust-lang.org").unwrap()) // <- connect to host /// .map_err(|_| ()) /// .and_then(|res| {