Closed
Description
The first sentence of the third paragraph of net/http.Server.ServeTLS method documentation incorrectly calls method as Serve
(likely result of copy-pasting from Serve method docs):
For HTTP/2 support, srv.TLSConfig should be initialized to the provided listener's TLS Config before calling Serve.