From 5e2490c0468238ef8f1a74005fe899fa4ed14b78 Mon Sep 17 00:00:00 2001 From: Georgi Baychev Date: Thu, 20 Feb 2020 19:37:21 +0100 Subject: [PATCH] Remove merge artefact from a code comment in TerminalPage.cpp #2994 Co-Authored-By: Mike Griese --- src/cascadia/TerminalApp/TerminalPage.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cascadia/TerminalApp/TerminalPage.cpp b/src/cascadia/TerminalApp/TerminalPage.cpp index 19fb2bfe87e..341ccc3af0f 100644 --- a/src/cascadia/TerminalApp/TerminalPage.cpp +++ b/src/cascadia/TerminalApp/TerminalPage.cpp @@ -1709,7 +1709,7 @@ namespace winrt::TerminalApp::implementation // Arguments: // - tab: the projected type of a Tab // Return Value: - // - a com_ptr to the implementation type of the Tab winrt::com_ptr TerminalPage::_GetStrongTabImpl(const ::winrt::TerminalApp::Tab& tab) const + // - a com_ptr to the implementation type of the Tab winrt::com_ptr TerminalPage::_GetStrongTabImpl(const ::winrt::TerminalApp::Tab& tab) const { winrt::com_ptr tabImpl;