diff --git a/component/socks5/socks5.go b/component/socks5/socks5.go index 02c3061..0ff96d0 100755 --- a/component/socks5/socks5.go +++ b/component/socks5/socks5.go @@ -35,7 +35,7 @@ const ( AtypIPv6 Atyp = 0x04 ) -// SOCKS reply field as defined in RFC 1928 section 6. +// Reply field as defined in RFC 1928 section 6. type Reply uint8 func (r Reply) String() string {