diff --git a/README.md b/README.md index 723e3f666..2d9a2b4db 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,9 @@ business value. Go has emerged as the language of the server, but it remains underrepresented in so-called "modern enterprise" companies like Facebook, Twitter, Netflix, and -SoundCloud. These organizations have largely adopted JVM-based stacks for their -business logic, owing in large part to libraries and ecosystems that directly -support their microservice architectures. +SoundCloud. Many of these organizations have turned to JVM-based stacks for +their business logic, owing in large part to libraries and ecosystems that +directly support their microservice architectures. To reach its next level of success, Go needs more than simple primitives and idioms. It needs a comprehensive toolkit, for coherent distributed programming diff --git a/transport/http/server.go b/transport/http/server.go index 0bea793f9..311f76c81 100644 --- a/transport/http/server.go +++ b/transport/http/server.go @@ -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,