summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2018-11-04 10:19:11 +0000
committerGitHub <noreply@github.com>2018-11-04 10:19:11 +0000
commit9171791646d14d2c58ec87377e711e1116d995e5 (patch)
tree31df64d22286b6052b94de09eac21cc13890857e /doc
parent71bb62c85869bd5558d986344c48567ce064d081 (diff)
parente3ca8831eaf957004a86c22f6be9d3771716a50d (diff)
downloadale-9171791646d14d2c58ec87377e711e1116d995e5.zip
Merge pull request #2046 from tyru/fix-unmatched-quote
[Doc] Fix unmatched backquote in doc
Diffstat (limited to 'doc')
-rw-r--r--doc/ale-go.txt2
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.
===============================================================================