Skip to content

Commit 9727e33

Browse files
committed
it's forbidden
1 parent 2c6d4e6 commit 9727e33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cascadia/TerminalCore/Terminal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1256,7 +1256,7 @@ void Terminal::SetTextLayoutUpdatedCallback(std::function<void()> pfn) noexcept
12561256
}
12571257

12581258
// Method Description:
1259-
// - Stores the the search highlighted regions in the terminal
1259+
// - Stores the search highlighted regions in the terminal
12601260
void Terminal::SetSearchHighlights(const std::vector<til::point_span>& highlights) noexcept
12611261
{
12621262
_assertLocked();

0 commit comments

Comments
 (0)