ServetTLS => ServeTLS in function docs

pull/16/head
Nelson Melo 5 years ago
parent e07a78c64b
commit d0c7ccd0db
No known key found for this signature in database
GPG Key ID: 15401B4A018E5981

@ -60,7 +60,7 @@ func (srv *Server) ListenAndServe() error {
return srv.Serve(ln)
}
// Serve runs Serve or ServetTLS on the underlying http.Server and listen to
// Serve runs Serve or ServeTLS on the underlying http.Server and listen to
// channels to reload or shutdown the server.
func (srv *Server) Serve(ln net.Listener) error {
var err error

Loading…
Cancel
Save