Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit a7192b5

Browse files
joshtriplettmatklad
authored andcommitted
README.adoc: fix typo
s/steam/stream/
1 parent 094cc21 commit a7192b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -942,5 +942,5 @@ async fn try_main(addr: impl ToSocketAddrs) -> Result<()> {
942942
----
943943

944944
<1> Here we split `TcpStream` into read and write halfs: there's `impl AsyncRead for &'_ TcpStream`, just like the one in std.
945-
<2> We crate a steam of lines for both the socket and stdin.
945+
<2> We crate a stream of lines for both the socket and stdin.
946946
<3> In the main select loop, we print the lines we receive from server and send the lines we read from the console.

0 commit comments

Comments
 (0)