Skip to content

Commit

Permalink
Remove merge artefact from a code comment in TerminalPage.cpp microso…
Browse files Browse the repository at this point in the history
…ft#2994

Co-Authored-By: Mike Griese <migrie@microsoft.com>
  • Loading branch information
gbaychev and zadjii-msft committed Feb 20, 2020
1 parent cfeda22 commit 5e2490c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cascadia/TerminalApp/TerminalPage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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<Tab> TerminalPage::_GetStrongTabImpl(const ::winrt::TerminalApp::Tab& tab) const
// - a com_ptr to the implementation type of the Tab
winrt::com_ptr<Tab> TerminalPage::_GetStrongTabImpl(const ::winrt::TerminalApp::Tab& tab) const
{
winrt::com_ptr<Tab> tabImpl;
Expand Down

0 comments on commit 5e2490c

Please sign in to comment.