File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments