Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/DynamicData/Kernel/EnumerableEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static T[] AsArray<T>(this IEnumerable<T> source)
}

/// <summary>
/// Casts the enumerable to an array if it is already an array. Otherwise call ToList.
/// Casts the enumerable to a List if it is already a List. Otherwise call ToList.
/// </summary>
/// <typeparam name="T">The type of the item.</typeparam>
/// <param name="source">The source.</param>
Expand Down