Skip to content

Commit ff40561

Browse files
committed
fix typo(tutorial)
1 parent 63c2c75 commit ff40561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/tutorial/receiving_messages.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ We need to:
1111
# extern crate async_std;
1212
# use async_std::{
1313
# io::{BufRead, BufReader},
14-
# net::{TcpListener, TcpStream. ToSocketAddrs},
14+
# net::{TcpListener, TcpStream, ToSocketAddrs},
1515
# prelude::Stream,
1616
# task,
1717
# };

0 commit comments

Comments
 (0)