Skip to content

Commit 206a81d

Browse files
Update XML
1 parent 8a09f63 commit 206a81d

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
@@ -232,7 +232,7 @@ void HandlePopupPageClosed(object? sender, IPopupResult e)
232232
}
233233

234234
/// <summary>
235-
/// Closes the most recent popup and returns a result of type <see cref="IPopupResult{TResult}"/>.
235+
/// Closes the most recent popup and returns an <see cref="IPopupResult{TResult}"/> that provides details about the closure.
236236
/// </summary>
237237
public static Task<IPopupResult<TResult>> ClosePopupAsync<TResult>(this Page page, TResult result, CancellationToken token = default)
238238
{
@@ -242,7 +242,7 @@ public static Task<IPopupResult<TResult>> ClosePopupAsync<TResult>(this Page pag
242242
}
243243

244244
/// <summary>
245-
/// Closes the most recent popup and returns an <see cref="IPopupResult"/> that provides details about the closure.
245+
/// Closes the most recent popup and returns an <see cref="IPopupResult{TResult}"/> 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)