Skip to content

Commit 86df7f5

Browse files
Capitalize config values in comment
to match the actual values the parser accepts
1 parent 1c5d401 commit 86df7f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clangd/ConfigFragment.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,8 @@ struct Fragment {
351351
std::optional<Located<std::string>> HeaderInsertion;
352352
/// Will suggest code patterns & snippets.
353353
/// Values are Config::CodePatternsPolicy:
354-
/// all => enable all code patterns and snippets suggestion
355-
/// none => disable all code patterns and snippets suggestion
354+
/// All => enable all code patterns and snippets suggestion
355+
/// None => disable all code patterns and snippets suggestion
356356
std::optional<Located<std::string>> CodePatterns;
357357
};
358358
CompletionBlock Completion;

0 commit comments

Comments
 (0)