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