From 9d1d82a79316965d10f916fdcc9bdbcef86404b1 Mon Sep 17 00:00:00 2001 From: sharbov Date: Tue, 6 Mar 2018 17:04:54 +0200 Subject: [PATCH] Fix doc-string --- route/route.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/route/route.go b/route/route.go index e872027f8..0f9e35dc9 100644 --- a/route/route.go +++ b/route/route.go @@ -38,7 +38,7 @@ type Route struct { // Used by the RRPicker total uint64 - // Matcher represents compiled pattern. + // Glob represents compiled pattern. Glob glob.Glob }