fix grammar mistake
This commit is contained in:
parent
5605e64a05
commit
c85bd954c7
|
@ -179,7 +179,7 @@ var funcMap = template.FuncMap{
|
||||||
"tzUrlEncode": tzUrlEncode,
|
"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
|
// required as the timezone conversion site we are using doesn't recognize + as
|
||||||
// a valid url escape character.
|
// a valid url escape character.
|
||||||
func tzUrlEncode(tz string) string {
|
func tzUrlEncode(tz string) string {
|
||||||
|
|
Loading…
Reference in New Issue