Skip to content

Commit 2881e91

Browse files
ayan4m1igrr
authored andcommitted
Fix typo in client-class.md (#3045)
1 parent 0f50fc0 commit 2881e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/esp8266wifi/client-class.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ This algorithm is intended to reduce TCP/IP traffic of small packets sent over t
3636
3737
*Example:*
3838
```cpp
39-
clinet.setNoDelay(true);
39+
client.setNoDelay(true);
4040
```
4141

4242

0 commit comments

Comments
 (0)