From 7f173dfc6323a017cdf76cf38d4e222a53a9a739 Mon Sep 17 00:00:00 2001 From: Wenzhi Liang Date: Fri, 25 Aug 2017 17:56:57 +0800 Subject: [PATCH] fixing typo --- go-micro.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go-micro.go b/go-micro.go index 8d463cc3..890a3c2a 100644 --- a/go-micro.go +++ b/go-micro.go @@ -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...) }