From 00a702eebffc96ae4f968bb9f23e61e67f7cacab Mon Sep 17 00:00:00 2001 From: Kevin Gallahan Date: Sat, 1 Jun 2024 16:57:05 -0400 Subject: [PATCH] Update ListEx.cs, missing char (#905) --- src/DynamicData/List/ListEx.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/DynamicData/List/ListEx.cs b/src/DynamicData/List/ListEx.cs index c6882ce2b..b24bdabc8 100644 --- a/src/DynamicData/List/ListEx.cs +++ b/src/DynamicData/List/ListEx.cs @@ -77,7 +77,7 @@ public static void AddOrInsertRange(this IList source, IEnumerable item } /// - /// Adds the range to the source ist. + /// Adds the range to the source list. /// /// The type of the item. /// The source.