Skip to content

Commit

Permalink
Merge pull request #992 from wuxiangzhou2010/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
DarienRaymond committed Mar 27, 2018
2 parents e44394a + 5791064 commit a52f6ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion router.go
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a52f6ec

Please sign in to comment.