From 529bdcd7ce9c55f47fa9d2c162f53901e1572c47 Mon Sep 17 00:00:00 2001 From: Haojian Wu Date: Wed, 13 Mar 2019 15:22:31 +0000 Subject: [PATCH] [clangd] Fix a typo in doc. llvm-svn: 356055 --- clang-tools-extra/docs/clangd/Installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang-tools-extra/docs/clangd/Installation.rst b/clang-tools-extra/docs/clangd/Installation.rst index 6dca5f0aaf34..1552efce1e62 100644 --- a/clang-tools-extra/docs/clangd/Installation.rst +++ b/clang-tools-extra/docs/clangd/Installation.rst @@ -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.*