diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-11-04 10:19:11 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-04 10:19:11 +0000 |
commit | 9171791646d14d2c58ec87377e711e1116d995e5 (patch) | |
tree | 31df64d22286b6052b94de09eac21cc13890857e | |
parent | 71bb62c85869bd5558d986344c48567ce064d081 (diff) | |
parent | e3ca8831eaf957004a86c22f6be9d3771716a50d (diff) | |
download | ale-9171791646d14d2c58ec87377e711e1116d995e5.zip |
Merge pull request #2046 from tyru/fix-unmatched-quote
[Doc] Fix unmatched backquote in doc
-rw-r--r-- | doc/ale-go.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index 71b248ee..17d9cb10 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -27,7 +27,7 @@ g:ale_go_go_executable *g:ale_go_go_options* Default: `'go'` The executable that will be run for the `gobuild` and `govet` linters, and - the gomod` fixer. + the `gomod` fixer. =============================================================================== |