summaryrefslogtreecommitdiff
path: root/deps/uv/docs/src/tcp.rst
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/docs/src/tcp.rst')
-rw-r--r--deps/uv/docs/src/tcp.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/uv/docs/src/tcp.rst b/deps/uv/docs/src/tcp.rst
index 2b5d268ddd..dd746fe87f 100644
--- a/deps/uv/docs/src/tcp.rst
+++ b/deps/uv/docs/src/tcp.rst
@@ -72,7 +72,7 @@ API
not guarantee that the call to :c:func:`uv_listen` or :c:func:`uv_tcp_connect`
will succeed as well.
- `flags` con contain ``UV_TCP_IPV6ONLY``, in which case dual-stack support
+ `flags` can contain ``UV_TCP_IPV6ONLY``, in which case dual-stack support
is disabled and only IPv6 is used.
.. c:function:: int uv_tcp_getsockname(const uv_tcp_t* handle, struct sockaddr* name, int* namelen)