diff --git a/pop3.go b/pop3.go index 4c6ca6d..6340cba 100644 --- a/pop3.go +++ b/pop3.go @@ -34,7 +34,7 @@ type Client struct { conn net.Conn } -//Dial returns a new Client connected to an POP server at addr. +// Dial returns a new Client connected to an POP server at addr. // The addr must include a port number. func Dial(addr string) (*Client, error) { conn, err := net.Dial("tcp", addr)