We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6513d34 + 892b78f commit a6b1ab0Copy full SHA for a6b1ab0
src/stack/tcp.rs
@@ -2,7 +2,7 @@ use no_std_net::SocketAddr;
2
3
/// This trait is implemented by TCP/IP stacks. You could, for example, have an implementation
4
/// 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
+/// which knows how to driver the Rust Standard Library's `std::net` module. Given this trait, you can
6
/// write a portable HTTP client which can work with either implementation.
7
pub trait TcpClientStack {
8
/// The type returned when we create a new TCP socket
0 commit comments