Commit 17f35c69 authored by Ian Kent's avatar Ian Kent Committed by Brad Fitzpatrick

net/http: fix copy-paste error in the ServeTLS docs

Change-Id: Id7f0d978ce5b0471a404d6e6673b789e7db04650
Reviewed-on: https://go-review.googlesource.com/65653Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 3e97c42f
......@@ -2349,7 +2349,7 @@ func Serve(l net.Listener, handler Handler) error {
return srv.Serve(l)
}
// Serve accepts incoming HTTPS connections on the listener l,
// ServeTLS accepts incoming HTTPS connections on the listener l,
// creating a new service goroutine for each. The service goroutines
// read requests and then call handler to reply to them.
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment