From 4a4e35f0b59a8496589124cc9128fe3b44c70962 Mon Sep 17 00:00:00 2001 From: Brujo Benavides Date: Fri, 29 Mar 2019 09:08:21 -0300 Subject: Update lib/kernel/doc/src/gen_tcp.xml Fixing spelling. --- lib/kernel/doc/src/gen_tcp.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/kernel/doc/src') diff --git a/lib/kernel/doc/src/gen_tcp.xml b/lib/kernel/doc/src/gen_tcp.xml index 751dfcad1d..f8b41d24e2 100644 --- a/lib/kernel/doc/src/gen_tcp.xml +++ b/lib/kernel/doc/src/gen_tcp.xml @@ -260,7 +260,7 @@ do_recv(Sock, Bs) -> time-out in milliseconds. Defaults to infinity.

Keep in mind that if the underlying OS connect() call returns - with a timeout, gen_tcp:connect will also return with a timeout + a timeout, gen_tcp:connect will also return a timeout (i.e. {error, etimedout}), even if a larger Timeout was specified.

-- cgit v1.2.3