diff options
author | w0rp <devw0rp@gmail.com> | 2017-10-14 23:47:47 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-10-14 23:47:47 +0100 |
commit | 515dcdef2941db96d4ca791395a55a0e94169e65 (patch) | |
tree | 77591c9de043a2d1a243452f0d54c14e4e39b53c | |
parent | d090dec8b444fe0847505856a20a00279e71b928 (diff) | |
download | ale-515dcdef2941db96d4ca791395a55a0e94169e65.zip |
Fix some Scala documentation grammar and spacing
-rw-r--r-- | doc/ale-scala.txt | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/ale-scala.txt b/doc/ale-scala.txt index c819e003..22e684fd 100644 --- a/doc/ale-scala.txt +++ b/doc/ale-scala.txt @@ -10,9 +10,12 @@ g:ale_scalastyle_config_loc *g:ale_scalastyle_config_loc* Type: |String| Default: `''` - A string containing the location of a global fallback config file. - By default, ALE will look for a config file named `scalastyle_config.xml` or - `scalastyle-config.xml` in the current file's directory or parent directories. + A string containing the location of a global fallback configuration file. + + By default, ALE will look for a configuration file named + `scalastyle_config.xml` or `scalastyle-config.xml` in the current file's + directory or parent directories. + g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options* @@ -21,5 +24,6 @@ g:ale_scala_scalastyle_options *g:ale_scala_scalastyle_options* A string containing additional options to pass to scalastyle. + =============================================================================== vim:tw=78:ts=2:sts=2:sw=2:ft=help:norl: |