[clangd] Fix a typo in doc.
authorHaojian Wu <hokein@google.com>
Wed, 13 Mar 2019 15:22:31 +0000 (15:22 +0000)
committerHaojian Wu <hokein@google.com>
Wed, 13 Mar 2019 15:22:31 +0000 (15:22 +0000)
llvm-svn: 356055

clang-tools-extra/docs/clangd/Installation.rst

index 6dca5f0..1552efc 100644 (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
   `-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.*