We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9d1acf commit 00a702eCopy full SHA for 00a702e
src/DynamicData/List/ListEx.cs
@@ -77,7 +77,7 @@ public static void AddOrInsertRange<T>(this IList<T> source, IEnumerable<T> item
77
}
78
79
/// <summary>
80
- /// Adds the range to the source ist.
+ /// Adds the range to the source list.
81
/// </summary>
82
/// <typeparam name="T">The type of the item.</typeparam>
83
/// <param name="source">The source.</param>
0 commit comments