fix grammar mistake

This commit is contained in:
mahuihuang 2018-04-04 15:44:51 +08:00
parent 5605e64a05
commit c85bd954c7
1 changed files with 1 additions and 1 deletions

View File

@ -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 {