Comment typo fix; fixes #31

This commit is contained in:
Strahinja Val Markovic 2013-02-05 12:59:37 -08:00
parent b7eded1417
commit dffe471a93

View File

@ -3,7 +3,7 @@ import ycm_core
from clang_helpers import PrepareClangFlags from clang_helpers import PrepareClangFlags
# Set this to the absolute path to the folder (NOT the file!) containing the # Set this to the absolute path to the folder (NOT the file!) containing the
# compilation_database.json file to use that instead of 'flags'. See here for # compile_commands.json file to use that instead of 'flags'. See here for
# more details: http://clang.llvm.org/docs/JSONCompilationDatabase.html # more details: http://clang.llvm.org/docs/JSONCompilationDatabase.html
# Most projects will NOT need to set this to anything; you can just change the # Most projects will NOT need to set this to anything; you can just change the
# 'flags' list of compilation flags. Notice that YCM itself uses that approach. # 'flags' list of compilation flags. Notice that YCM itself uses that approach.