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 {