diff options
| author | Sean Liao <seankhliao@gmail.com> | 2022-06-17 03:53:10 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 03:53:10 +0100 |
| commit | af030b381f433ae20104381f1f8d0f8f04230bc8 (patch) | |
| tree | 09f1e422812e9ed5c30036481c64c5ce7fa57dd1 /src/_golang | |
| parent | update completions for 1.18 (diff) | |
| download | zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.tar zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.tar.gz zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.tar.bz2 zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.tar.lz zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.tar.xz zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.tar.zst zsh-completions-af030b381f433ae20104381f1f8d0f8f04230bc8.zip | |
fix typos
Co-authored-by: Shohei YOSHIDA <syohex@gmail.com>
Diffstat (limited to 'src/_golang')
| -rw-r--r-- | src/_golang | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/_golang b/src/_golang index 5bb70af..dc3e0ae 100644 --- a/src/_golang +++ b/src/_golang @@ -408,8 +408,8 @@ case $state in '-i[remove corresponding installed archive or binary]' \ '-r[apply clean recursively on all dependencies]' \ '-cache[remove the entire go build cache]' \ - '-testcache[expire all test results in thego build cache]' \ - '-modcache[clean to remove the entire moduledownload cach]' \ + '-testcache[expire all test results in the go build cache]' \ + '-modcache[clean to remove the entire module download cache]' \ '-fuzzcache[remove files stored in the Go build cache for fuzz testing]' \ ${build_flags[@]} \ ${mod_flags[@]} \ |
