From fa47898369654547c90994fbc3ba1e21653680c3 Mon Sep 17 00:00:00 2001 From: Strahinja Val Markovic Date: Thu, 22 May 2014 12:23:45 -0700 Subject: [PATCH] Typo fix in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26cf5ebf..b8b395d8 100644 --- a/README.md +++ b/README.md @@ -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, _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 -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. #### Diagnostic highlighting groups