Skip to content

Commit 00a702e

Browse files
authored
Update ListEx.cs, missing char (#905)
1 parent f9d1acf commit 00a702e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DynamicData/List/ListEx.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ public static void AddOrInsertRange<T>(this IList<T> source, IEnumerable<T> item
7777
}
7878

7979
/// <summary>
80-
/// Adds the range to the source ist.
80+
/// Adds the range to the source list.
8181
/// </summary>
8282
/// <typeparam name="T">The type of the item.</typeparam>
8383
/// <param name="source">The source.</param>

0 commit comments

Comments
 (0)