diff options
| author | mahuihuang <mahuihuang@ghostcloud.cn> | 2018-04-04 15:44:51 +0800 |
|---|---|---|
| committer | mahuihuang <mahuihuang@ghostcloud.cn> | 2018-04-04 15:44:51 +0800 |
| commit | c85bd954c7aad5de40979eca6f2e52945862261b (patch) | |
| tree | da3a8c7aee30b451e2aa521efc12cef456179769 /generator | |
| parent | 5605e64a05de1322b450c2b6884ddcdf5b0ede14 (diff) | |
fix grammar mistake
Diffstat (limited to 'generator')
| -rw-r--r-- | generator/app.go | 2 |
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 { |
