diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-04-04 01:18:09 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-04 01:18:09 -0700 |
| commit | 9a578e00a340d6071b4e5497ac7eb8aec19dc0a8 (patch) | |
| tree | da3a8c7aee30b451e2aa521efc12cef456179769 | |
| parent | 5605e64a05de1322b450c2b6884ddcdf5b0ede14 (diff) | |
| parent | c85bd954c7aad5de40979eca6f2e52945862261b (diff) | |
Merge pull request #2001 from mahuihuang/fix_grammar_mistake
fix grammar mistake
| -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 { |
