Skip to content

Commit

Permalink
Fix documentation issue (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmgallahan authored Oct 18, 2022
1 parent c8280fe commit 606730c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/DynamicData/Cache/ObservableCacheEx.cs
Original file line number Diff line number Diff line change
Expand Up @@ -167,8 +167,7 @@ public static void AddOrUpdate<TObject, TKey>(this ISourceCache<TObject, TKey> s
}

/// <summary>
/// Removes the specified key from the cache.
/// If the item is not contained in the cache then the operation does nothing.
/// Adds or updates the cache with the specified item / key pair.
/// </summary>
/// <typeparam name="TObject">The type of the object.</typeparam>
/// <typeparam name="TKey">The type of the key.</typeparam>
Expand Down

0 comments on commit 606730c

Please sign in to comment.