[clangd] Fix a typo in doc.

llvm-svn: 356055
This commit is contained in:
Haojian Wu 2019-03-13 15:22:31 +00:00
parent 72fc7b842c
commit 529bdcd7ce
1 changed files with 1 additions and 1 deletions

View File

@ -368,4 +368,4 @@ project-wide index to clangd. There are two ways to do this.
Then you can pass generated index file to clangd using Then you can pass generated index file to clangd using
`-index-file=/path/to/index_file`. *Note that clangd-indexer isn't `-index-file=/path/to/index_file`. *Note that clangd-indexer isn't
included alongside clangd in the Debian clang-tools package. You will included alongside clangd in the Debian clang-tools package. You will
likely have to build clangd from source to use this option.* likely have to build it from source to use this option.*