Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jbomhold3 committed Mar 8, 2021
2 parents e982c7a + 53cca5b commit 26d3966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Sortable List
``` c#
@code
{
SortGroup<string> MyGroup;
SortGroup<Items> MyGroup;
List<Items> items { get; set; } = new List<Items>
{
new Items("T1"),
Expand Down

0 comments on commit 26d3966

Please sign in to comment.