Skip to content

Commit a6b1ab0

Browse files
authored
Merge pull request #51 from dnadlinger/patch-1
tcp: Fix small doc comment typo
2 parents 6513d34 + 892b78f commit a6b1ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/stack/tcp.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ use no_std_net::SocketAddr;
22

33
/// This trait is implemented by TCP/IP stacks. You could, for example, have an implementation
44
/// which knows how to send AT commands to an ESP8266 WiFi module. You could have another implementation
5-
/// which knows how to driver the Rust Standard Library's `std::net` module. Given this trait, you can how
5+
/// which knows how to driver the Rust Standard Library's `std::net` module. Given this trait, you can
66
/// write a portable HTTP client which can work with either implementation.
77
pub trait TcpClientStack {
88
/// The type returned when we create a new TCP socket

0 commit comments

Comments
 (0)