We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f50fc0 commit 2881e91Copy full SHA for 2881e91
doc/esp8266wifi/client-class.md
@@ -36,7 +36,7 @@ This algorithm is intended to reduce TCP/IP traffic of small packets sent over t
36
37
*Example:*
38
```cpp
39
-clinet.setNoDelay(true);
+client.setNoDelay(true);
40
```
41
42
0 commit comments