Skip to content

Commit

Permalink
Fix incorrect XML doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Jan 27, 2025
1 parent 775b7b8 commit 909b748
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/AppServices/src/AppServiceHost.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public bool OnBackgroundActivated(BackgroundActivatedEventArgs args)
}

/// <summary>
/// Handles the app service host shutdown when <see cref="SystemNavigationManagerPreview.GetForCurrentView().CloseRequested"/> is raised.
/// Handles the app service host shutdown when <see cref="SystemNavigationManagerPreview.CloseRequested"/> is raised.
/// </summary>
/// <param name="args">The args for the close request.</param>
/// <remarks>
Expand Down

0 comments on commit 909b748

Please sign in to comment.