Skip to content

Commit

Permalink
transport/http: docs: clarify Server implements
Browse files Browse the repository at this point in the history
Fixes #560.
  • Loading branch information
peterbourgon committed Jun 30, 2017
1 parent fd95e48 commit d09a670
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transport/http/server.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Server struct {
logger log.Logger
}

// NewServer constructs a new server, which implements http.Server and wraps
// NewServer constructs a new server, which implements http.Handler and wraps
// the provided endpoint.
func NewServer(
e endpoint.Endpoint,
Expand Down

0 comments on commit d09a670

Please sign in to comment.