Skip to content

Commit

Permalink
ServetTLS => ServeTLS in function docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nmelo committed Dec 20, 2018
1 parent e07a78c commit d0c7ccd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d0c7ccd

Please sign in to comment.