diff options
author | w0rp <w0rp@users.noreply.github.com> | 2018-03-22 15:17:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-22 15:17:56 +0000 |
commit | 722607b8669c09a61097ce67b3e16b298387c94e (patch) | |
tree | 179af93e2133e89c01e35627b6b9ad6351931f8d /doc | |
parent | 0678eb1f45b08076a16a16e43a57b584a7d2cfc6 (diff) | |
parent | 7a87520ba563f709322fb51a44b5b001e01f2e38 (diff) | |
download | ale-722607b8669c09a61097ce67b3e16b298387c94e.zip |
Merge pull request #1442 from Crysikrend/master
Added the word 'find' as it was missing in docs/ale-cs.txt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ale-cs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ale-cs.txt b/doc/ale-cs.txt index 3a02df65..2bdda367 100644 --- a/doc/ale-cs.txt +++ b/doc/ale-cs.txt @@ -38,7 +38,7 @@ 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 any errors in files apart from syntax errors if any one + 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. |