diff options
author | w0rp <devw0rp@gmail.com> | 2017-08-02 18:36:53 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-08-02 18:36:53 +0100 |
commit | d6557b2c5c79fd3c846a5fc83897bca010af1e79 (patch) | |
tree | f0563085d4df1ab9959c346dfe012fbd6278b48d /doc/ale-go.txt | |
parent | ad4c7f92cfa5b833bcfc14616950cd45ee30f793 (diff) | |
download | ale-d6557b2c5c79fd3c846a5fc83897bca010af1e79.zip |
Fix indentation and a typo in the gometalinter documentation
Diffstat (limited to 'doc/ale-go.txt')
-rw-r--r-- | doc/ale-go.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/ale-go.txt b/doc/ale-go.txt index e0a5debf..935f491f 100644 --- a/doc/ale-go.txt +++ b/doc/ale-go.txt @@ -23,9 +23,9 @@ intensive. =============================================================================== gometalinter *ale-go-gometalinter* - `gometalinter` is a `lint-file` linter, which only lints files that are written - to disk. This differs from the default behaviorof linting the buffer. - See: |ale-lint-file| +`gometalinter` is a `lint_file` linter, which only lints files that are +written to disk. This differs from the default behavior of linting the buffer. +See: |ale-lint-file| g:ale_go_gometalinter_executable *g:ale_go_gometalinter_executable* *b:ale_go_gometalinter_executable* |