Skip to content

Commit 909b748

Browse files
committed
Fix incorrect XML doc
1 parent 775b7b8 commit 909b748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/AppServices/src/AppServiceHost.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ public bool OnBackgroundActivated(BackgroundActivatedEventArgs args)
145145
}
146146

147147
/// <summary>
148-
/// Handles the app service host shutdown when <see cref="SystemNavigationManagerPreview.GetForCurrentView().CloseRequested"/> is raised.
148+
/// Handles the app service host shutdown when <see cref="SystemNavigationManagerPreview.CloseRequested"/> is raised.
149149
/// </summary>
150150
/// <param name="args">The args for the close request.</param>
151151
/// <remarks>

0 commit comments

Comments
 (0)