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
4 changes: 2 additions & 2 deletions src/DynamicData/Cache/ObservableCacheEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3700,8 +3700,8 @@ public static IObservable<IChangeSet<TObject, TKey>> SkipInitial<TObject, TKey>(

/// <summary>
/// Sorts using the specified comparer.
/// Returns the underlying ChangeSet as as per the system conventions.
/// The resulting change set also exposes a sorted key value collection of of the underlying cached data.
/// Returns the underlying ChangeSet as per the system conventions.
/// The resulting change set also exposes a sorted key value collection of the underlying cached data.
/// </summary>
/// <typeparam name="TObject">The type of the object.</typeparam>
/// <typeparam name="TKey">The type of the key.</typeparam>
Expand Down