diff options
author | Brujo Benavides <[email protected]> | 2019-03-29 09:08:21 -0300 |
---|---|---|
committer | GitHub <[email protected]> | 2019-03-29 09:08:21 -0300 |
commit | 4a4e35f0b59a8496589124cc9128fe3b44c70962 (patch) | |
tree | 9b90c7597bec653a280097fcbaa77388853707fc /lib | |
parent | 2b5b0eb0115f59f652c3e882b3f5e48920b8bd24 (diff) | |
download | otp-4a4e35f0b59a8496589124cc9128fe3b44c70962.tar.gz otp-4a4e35f0b59a8496589124cc9128fe3b44c70962.tar.bz2 otp-4a4e35f0b59a8496589124cc9128fe3b44c70962.zip |
Update lib/kernel/doc/src/gen_tcp.xml
Fixing spelling.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/kernel/doc/src/gen_tcp.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 <c>infinity</c>.</p> <note> <p>Keep in mind that if the underlying OS <c>connect()</c> call returns - with a timeout, <c>gen_tcp:connect</c> will also return with a timeout + a timeout, <c>gen_tcp:connect</c> will also return a timeout (i.e. <c>{error, etimedout}</c>), even if a larger <c>Timeout</c> was specified.</p> </note> |