We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c6d4e6 commit 9727e33Copy full SHA for 9727e33
src/cascadia/TerminalCore/Terminal.cpp
@@ -1256,7 +1256,7 @@ void Terminal::SetTextLayoutUpdatedCallback(std::function<void()> pfn) noexcept
1256
}
1257
1258
// Method Description:
1259
-// - Stores the the search highlighted regions in the terminal
+// - Stores the search highlighted regions in the terminal
1260
void Terminal::SetSearchHighlights(const std::vector<til::point_span>& highlights) noexcept
1261
{
1262
_assertLocked();
0 commit comments