From fa40a05485fee8883455a3c986b289f68680e792 Mon Sep 17 00:00:00 2001 From: mahuihuang Date: Sun, 8 Apr 2018 09:21:56 +0800 Subject: [PATCH] fix_grammar_mistake --- generator/app.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generator/app.go b/generator/app.go index 3a861e282..30c7ba47e 100644 --- a/generator/app.go +++ b/generator/app.go @@ -179,7 +179,7 @@ var funcMap = template.FuncMap{ "tzUrlEncode": tzUrlEncode, } -// tzUrlEncode returns an url encoded string without the + shortcut. This is +// tzUrlEncode returns a url encoded string without the + shortcut. This is // required as the timezone conversion site we are using doesn't recognize + as // a valid url escape character. func tzUrlEncode(tz string) string {