mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: fix typos (#21089)
This commit is contained in:
parent
9ad84ddc21
commit
f77bb32044
193 changed files with 403 additions and 402 deletions
|
@ -92,7 +92,7 @@ fn handshake(mut con net.TcpConn, host string, username string, password string)
|
|||
} else if address.contains_only(':1234567890abcdf') {
|
||||
// v << addr_type_ipv6
|
||||
// v << parse_ipv4(address)!
|
||||
// todo support ipv6
|
||||
// TODO: support ipv6
|
||||
} else { // domain
|
||||
if address.len > 255 {
|
||||
return error('${address} is too long')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue