Fix a couple typos in documentation and a formatting issue
This commit is contained in:
parent
a6c846b5b6
commit
e07a78c64b
4 changed files with 4 additions and 3 deletions
|
@ -60,7 +60,7 @@ func (srv *Server) ListenAndServe() error {
|
|||
return srv.Serve(ln)
|
||||
}
|
||||
|
||||
// Serve runs Serve or ServetTLS on the underlaying http.Server and listen to
|
||||
// Serve runs Serve or ServetTLS 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…
Add table
Add a link
Reference in a new issue