summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormahuihuang <mahuihuang@ghostcloud.cn>2018-04-08 09:21:56 +0800
committermahuihuang <mahuihuang@ghostcloud.cn>2018-04-08 09:21:56 +0800
commitfa40a05485fee8883455a3c986b289f68680e792 (patch)
treeda3a8c7aee30b451e2aa521efc12cef456179769
parent5605e64a05de1322b450c2b6884ddcdf5b0ede14 (diff)
fix_grammar_mistake
-rw-r--r--generator/app.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/app.go b/generator/app.go
index 3a861e28..30c7ba47 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 {