[clangd] Correct the documentation, NFC.

llvm-svn: 368277
This commit is contained in:
Haojian Wu 2019-08-08 10:58:16 +00:00
parent e2e366797e
commit 1c0c7ed6af
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ namespace clangd {
// namespace foo { template<typename> class X{}; }
// using namespace foo;
// cpp)";
// Context = Block;
// Context = Function;
// EXPECT_THAT(apply("[[auto]] X = foo<int>();"),
// "foo<int> X = foo<int();");
// EXPECT_AVAILABLE("^a^u^t^o^ X = foo<int>();");