Skip to content

Commit

Permalink
Fix reference to TCP protocol (#9457)
Browse files Browse the repository at this point in the history
  • Loading branch information
dprobinson committed Nov 21, 2020
1 parent a1f2ba1 commit 070cc73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket/addrinfo.cr
Expand Up @@ -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:
Expand Down

0 comments on commit 070cc73

Please sign in to comment.