Skip to content

Commit 701fb3e

Browse files
sfacklerseanmonstar
authored andcommitted
Fix comment
1 parent b8ffeb7 commit 701fb3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_stable/client/basic.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ let stream = TcpStream::connect(address).await?;
101101
// `hyper::rt` IO traits.
102102
let io = TokioIo::new(stream);
103103

104-
// Perform a TCP handshake
104+
// Create the Hyper client
105105
let (mut sender, conn) = hyper::client::conn::http1::handshake(io).await?;
106106

107107
// Spawn a task to poll the connection, driving the HTTP state

0 commit comments

Comments
 (0)