Skip to content

Commit 5e3e31a

Browse files
authored
Update Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/CollectionViews/CollectionView.cs
1 parent 2a73240 commit 5e3e31a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Microsoft.Toolkit.Uwp.UI.Controls.DataGrid/CollectionViews/CollectionView.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -772,7 +772,7 @@ protected bool OKToChangeCurrent()
772772
}
773773

774774
/// <summary>
775-
/// Raise a CurrentChanging event that is not cancel-able.
775+
/// Raise a CurrentChanging event that is not cancelable.
776776
/// Internally, CurrentPosition is set to -1.
777777
/// This is called by CollectionChanges (Remove and Refresh) that affect the CurrentItem.
778778
/// </summary>

0 commit comments

Comments
 (0)