From c1d7f347be3dd2dbccd8148b1ef7875ffb8a2eeb Mon Sep 17 00:00:00 2001 From: David P Robinson Date: Thu, 11 Jun 2020 04:31:34 +0100 Subject: [PATCH] Fix reference to TCP protocol --- src/socket/addrinfo.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/socket/addrinfo.cr b/src/socket/addrinfo.cr index 705b047c6510..9885a9b48f3d 100644 --- a/src/socket/addrinfo.cr +++ b/src/socket/addrinfo.cr @@ -137,7 +137,7 @@ class Socket end end - # Resolves *domain* for the UDP protocol and returns an `Array` of possible + # Resolves *domain* for the TCP protocol and returns an `Array` of possible # `Addrinfo`. See `#resolve` for details. # # Example: