docs(erlang/dialyzer): change wording a bit

This commit is contained in:
pinicarus 2020-10-01 19:20:31 +02:00
parent ac3c0c093a
commit ef145bda1c
No known key found for this signature in database
GPG Key ID: BED1B8A689160C89
1 changed files with 1 additions and 1 deletions

View File

@ -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*