Skip to content

Commit

Permalink
Fix typo in client-class.md (#3045)
Browse files Browse the repository at this point in the history
  • Loading branch information
ayan4m1 authored and igrr committed May 8, 2017
1 parent 0f50fc0 commit 2881e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/esp8266wifi/client-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
```


Expand Down

0 comments on commit 2881e91

Please sign in to comment.