Typo fix in readme

This commit is contained in:
Strahinja Val Markovic 2014-05-22 12:23:45 -07:00
parent 94a0a61e67
commit fa47898369

View File

@ -522,7 +522,7 @@ compile run. Instead, it is a simple syntax check of the current file _only_.
The `:YcmForceCompileAndDiagnostics` command also is only a simple syntax check, The `:YcmForceCompileAndDiagnostics` command also is only a simple syntax check,
_not_ a compile. This means that only syntax errors will be displayed, and not _not_ a compile. This means that only syntax errors will be displayed, and not
semantic errors. For example, omitting the semicolon at the end of statement semantic errors. For example, omitting the semicolon at the end of statement
will be displayed as a diagnostic error, but using a nonexistence class or will be displayed as a diagnostic error, but using a nonexistent class or
variable will not be. variable will not be.
#### Diagnostic highlighting groups #### Diagnostic highlighting groups