From 36fbdd3f722281f19bf7d0e97570b5386c6ac10f Mon Sep 17 00:00:00 2001 From: richu shaji abraham Date: Sat, 9 Mar 2019 19:18:06 +0530 Subject: [PATCH] added a comma --- src/Calculator/App.xaml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Calculator/App.xaml.cpp b/src/Calculator/App.xaml.cpp index 1a83fdb0..d89998c8 100644 --- a/src/Calculator/App.xaml.cpp +++ b/src/Calculator/App.xaml.cpp @@ -286,7 +286,7 @@ void App::OnAppLaunch(IActivatedEventArgs^ args, String^ argument) // Create a Frame to act as the navigation context rootFrame = App::CreateFrame(); - // When the navigation stack isn't restored navigate to the first page, + // When the navigation stack isn't restored, navigate to the first page, // configuring the new page by passing required information as a navigation // parameter if (!rootFrame->Navigate(MainPage::typeid, argument))