1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +03:00

Fix typo in client-class.md (#3045)

This commit is contained in:
Andrew DeLisa 2017-05-08 12:13:32 -04:00 committed by Ivan Grokhotkov
parent 0f50fc01d1
commit 2881e910ec

View File

@ -36,7 +36,7 @@ This algorithm is intended to reduce TCP/IP traffic of small packets sent over t
*Example:*
```cpp
clinet.setNoDelay(true);
client.setNoDelay(true);
```