Browse Source

Merge pull request #992 from wuxiangzhou2010/master

fix typo
pull/997/merge
DarienRaymond 7 years ago committed by GitHub
parent
commit
a52f6ec02a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      router.go

2
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

Loading…
Cancel
Save