Skip to content

Update client-class.md #3045

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 8, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Update client-class.md
Fixed a typo in the docs.
  • Loading branch information
ayan4m1 authored Mar 14, 2017
commit 5ab373e664b1f00f14bd30ac429c6dbb05e6eca3
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