Skip to content

Commit bf83d8d

Browse files
authored
Fix XML comment has cref attribute 'Buttons' that could not be resolved CS1574 (#5118)
1 parent 8442c55 commit bf83d8d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Terminal.Gui/Views/FileDialogs/FileDialog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public partial class FileDialog : Dialog, IDesignable
3333
/// <summary>
3434
/// Gets the index of the cancel button for the dialog. This is useful for checking if the user canceled the dialog by
3535
/// comparing
36-
/// the <see cref="Dialog.Result"/> to the index of this button in the <see cref="Dialog.Buttons"/> array.
36+
/// the <see cref="Dialog.Result"/> to the index of this button in the <see cref="Dialog{TResult}.Buttons"/> array.
3737
/// </summary>
3838
public int CancelButtonIndex => Buttons.IndexOf (_btnCancel);
3939

0 commit comments

Comments
 (0)