summaryrefslogtreecommitdiff
path: root/doc/ale-erlang.txt
diff options
context:
space:
mode:
authorpinicarus <pinicarus@protonmail.com>2020-10-01 19:20:31 +0200
committerpinicarus <pinicarus@protonmail.com>2020-10-01 19:20:31 +0200
commitef145bda1c477dc8f95dc81ea2511805eadf4934 (patch)
treee63d4520c756f6c3db18f5dae9dd36c1a2585714 /doc/ale-erlang.txt
parentac3c0c093a2e3ea05793e57d3e836751ba67052b (diff)
downloadale-ef145bda1c477dc8f95dc81ea2511805eadf4934.zip
docs(erlang/dialyzer): change wording a bit
Diffstat (limited to 'doc/ale-erlang.txt')
-rw-r--r--doc/ale-erlang.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-erlang.txt b/doc/ale-erlang.txt
index eadcfc42..66b8831c 100644
--- a/doc/ale-erlang.txt
+++ b/doc/ale-erlang.txt
@@ -18,7 +18,7 @@ g:ale_erlang_dialyzer_options *g:ale_erlang_dialyzer_options*
Type: |String|
Default: `'-Wunmatched_returns -Werror_handling -Wrace_conditions -Wunderspec %s'`
- This variable can be changed to specify the options to the dialyzer
+ This variable can be changed to specify the options to pass to the dialyzer
executable. The `%s` marker can be used to denote the current file.
g:ale_erlang_dialyzer_plt_file *g:ale_erlang_dialyzer_plt_file*