From 5791064763b3435e71573726c1f6c1f57a7b3727 Mon Sep 17 00:00:00 2001 From: Wuxiang Date: Mon, 26 Mar 2018 09:47:45 +0800 Subject: [PATCH] fix typo --- router.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/router.go b/router.go index 6cbb3e792..4ea16cd4f 100644 --- a/router.go +++ b/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