Merge pull request #6757 from OlegHahm/sock_tcp_minor_doc_fix

sock: tcp: fix c&p mistake
This commit is contained in:
Martine Lenders 2017-03-17 13:37:08 +01:00 committed by GitHub
commit d3c60f1056

View File

@ -18,7 +18,7 @@
* ---------- * ----------
* First you need to @ref including-modules "include" a module that implements * First you need to @ref including-modules "include" a module that implements
* this API in your application's Makefile. For example the implementation for * this API in your application's Makefile. For example the implementation for
* @ref net_gnrc "GNRC" is called `gnrc_sock_udp`. * @ref net_gnrc "GNRC" is called `gnrc_sock_tcp`.
* *
* ### A Simple TCP Echo Server * ### A Simple TCP Echo Server
* *