Skip to content

Commit

Permalink
Merge pull request micro#203 from wzhliang/master
Browse files Browse the repository at this point in the history
fixing typo
  • Loading branch information
Asim Aslam committed Aug 25, 2017
2 parents 8be72b6 + 7f173df commit d29b5e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go-micro.go
Original file line number Diff line number Diff line change
Expand Up @@ -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...)
}
Expand Down

0 comments on commit d29b5e2

Please sign in to comment.