added a comma

This commit is contained in:
richu shaji abraham 2019-03-09 19:18:06 +05:30 committed by GitHub
commit 36fbdd3f72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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))