Merge pull request #203 from wzhliang/master

fixing typo
This commit is contained in:
Asim Aslam
2017-08-25 11:00:18 +01:00
committed by GitHub

View File

@@ -45,7 +45,7 @@ var (
HeaderPrefix = "X-Micro-"
)
// NewService creates an returns a new Service based on the packages within.
// NewService creates and returns a new Service based on the packages within.
func NewService(opts ...Option) Service {
return newService(opts...)
}