summaryrefslogtreecommitdiff
path: root/generator/app.go
diff options
context:
space:
mode:
authormahuihuang <mahuihuang@ghostcloud.cn>2018-04-04 15:44:51 +0800
committermahuihuang <mahuihuang@ghostcloud.cn>2018-04-04 15:44:51 +0800
commitc85bd954c7aad5de40979eca6f2e52945862261b (patch)
treeda3a8c7aee30b451e2aa521efc12cef456179769 /generator/app.go
parent5605e64a05de1322b450c2b6884ddcdf5b0ede14 (diff)
fix grammar mistake
Diffstat (limited to 'generator/app.go')
-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 {