We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6693d69 commit a1cea45Copy full SHA for a1cea45
lib/IDE/CodeCompletionResultPrinter.cpp
@@ -106,7 +106,7 @@ class AnnotatingResultPrinter {
106
107
/// Print \p content enclosing with \p tag.
108
void printWithTag(StringRef tag, StringRef content) {
109
- // Trim whitepsaces around the non-whitespace characters.
+ // Trim whitespaces around the non-whitespace characters.
110
// (i.e. " something " -> " <tag>something</tag> ".
111
auto ltrimIdx = content.find_first_not_of(' ');
112
auto rtrimIdx = content.find_last_not_of(' ') + 1;
0 commit comments