diff options
-rw-r--r-- | doc/ale-cs.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ale-cs.txt b/doc/ale-cs.txt index 2bdda367..f65b9f39 100644 --- a/doc/ale-cs.txt +++ b/doc/ale-cs.txt @@ -38,8 +38,8 @@ mcsc *ale-cs-mcsc* The paths to search for additional assembly files can be specified using the |g:ale_cs_mcsc_assembly_path| or |b:ale_cs_mcsc_assembly_path| variables. - NOTE: ALE will not find any errors in files apart from syntax errors if any one - of the source files contains a syntax error. Syntax errors must be fixed + NOTE: ALE will not find any errors in files apart from syntax errors if any + one of the source files contains a syntax error. Syntax errors must be fixed first before other errors will be shown. |