From 29a50bb6401ff4ccaaeda8b3dc5e1d00fa24aa83 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 16 May 2022 14:31:03 -0600 Subject: [PATCH] typo --- Source/LibationWinForms/grid/FilterableSortableBindingList.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();