diff --git a/Source/LibationWinForms/grid/FilterableSortableBindingList.cs b/Source/LibationWinForms/grid/FilterableSortableBindingList.cs index 4552d5bb..3adfc663 100644 --- a/Source/LibationWinForms/grid/FilterableSortableBindingList.cs +++ b/Source/LibationWinForms/grid/FilterableSortableBindingList.cs @@ -41,7 +41,7 @@ namespace LibationWinForms #region Unused - Advanced Filtering public bool SupportsAdvancedSorting => false; - //This ApplySort overload if only called is SupportsAdvancedSorting is true. + //This ApplySort overload is only called if SupportsAdvancedSorting is true. //Otherwise BindingList.ApplySort() is used public void ApplySort(ListSortDescriptionCollection sorts) => throw new NotImplementedException();