Wuxiang 7 سال پیش
والد
کامیت
5791064763
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      router.go

+ 1 - 1
router.go

@@ -70,7 +70,7 @@ var (
 	ErrNoClue = errors.New("not enough information for making a decision")
 )
 
-// Router is a feature to choose a outbound tag for the given request.
+// Router is a feature to choose an outbound tag for the given request.
 type Router interface {
 	Feature