Skip to content

Commit

Permalink
Update ListEx.cs, missing char (#905)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmgallahan authored Jun 1, 2024
1 parent f9d1acf commit 00a702e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/DynamicData/List/ListEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ public static void AddOrInsertRange<T>(this IList<T> source, IEnumerable<T> item
}

/// <summary>
/// Adds the range to the source ist.
/// Adds the range to the source list.
/// </summary>
/// <typeparam name="T">The type of the item.</typeparam>
/// <param name="source">The source.</param>
Expand Down

0 comments on commit 00a702e

Please sign in to comment.