Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 15, 2022
1 parent 691b9be commit e40c0b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Essentials/src/FilePicker/FilePicker.shared.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public interface IFilePicker
/// <returns>File picking result object, or <see langword="null"/> if picking was cancelled by the user.</returns>
/// <remarks>
/// File types can be specified in order to limit files that can be selected, using a
/// <see cref="PickOptions"/> object. Note that this method may re-throw platform specific exceptions that
/// <see cref="PickOptions"/> object. Note that this method may re-throw platform specific exceptions that
/// occured during file picking. When calling <see cref="PickAsync(PickOptions?)"/> again while showing a file
/// picker, the <see cref="Task"/> object that was returned from the first call is cancelled. Be sure to
/// also handle the <see cref="TaskCanceledException"/> in this case.
Expand Down

0 comments on commit e40c0b8

Please sign in to comment.