[clang-tools-extra] r356055 - [clangd] Fix a typo in doc.
Haojian Wu via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 13 08:22:31 PDT 2019
Author: hokein
Date: Wed Mar 13 08:22:31 2019
New Revision: 356055
URL: http://llvm.org/viewvc/llvm-project?rev=356055&view=rev
Log:
[clangd] Fix a typo in doc.
Modified:
clang-tools-extra/trunk/docs/clangd/Installation.rst
Modified: clang-tools-extra/trunk/docs/clangd/Installation.rst
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/docs/clangd/Installation.rst?rev=356055&r1=356054&r2=356055&view=diff
==============================================================================
--- clang-tools-extra/trunk/docs/clangd/Installation.rst (original)
+++ clang-tools-extra/trunk/docs/clangd/Installation.rst Wed Mar 13 08:22:31 2019
@@ -368,4 +368,4 @@ project-wide index to clangd. There are
Then you can pass generated index file to clangd using
`-index-file=/path/to/index_file`. *Note that clangd-indexer isn't
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.*
More information about the cfe-commits
mailing list