Skip to content

Commit 2d2222d

Browse files
Update XML
1 parent cc7ad6d commit 2d2222d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommunityToolkit.Maui/Extensions/PopupExtensions.shared.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public static Task<IPopupResult> ClosePopupAsync(this Page page, CancellationTok
207207
}
208208

209209
/// <summary>
210-
/// Close the Most Recent Popup
210+
/// Closes the most recent popup and returns an <see cref="IPopupResult"/> that provides details about the closure.
211211
/// </summary>
212212
public static async Task<IPopupResult> ClosePopupAsync(this INavigation navigation, CancellationToken token = default)
213213
{
@@ -242,7 +242,7 @@ public static Task<IPopupResult<TResult>> ClosePopupAsync<TResult>(this Page pag
242242
}
243243

244244
/// <summary>
245-
/// Close the Most Recent Popup Return a Result
245+
/// Closes the most recent popup and returns an <see cref="IPopupResult"/> that provides details about the closure.
246246
/// </summary>
247247
public static async Task<IPopupResult<TResult>> ClosePopupAsync<TResult>(this INavigation navigation, TResult result, CancellationToken token = default)
248248
{

0 commit comments

Comments
 (0)