From f9a85ec6d3fa7b14a8e0b96991523904b291f6e5 Mon Sep 17 00:00:00 2001 From: Kevin Gallahan Date: Mon, 17 Oct 2022 06:29:37 -0400 Subject: [PATCH] Fix documentation issue --- src/DynamicData/Cache/ObservableCacheEx.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/DynamicData/Cache/ObservableCacheEx.cs b/src/DynamicData/Cache/ObservableCacheEx.cs index 1f1c7f539..f0623a001 100644 --- a/src/DynamicData/Cache/ObservableCacheEx.cs +++ b/src/DynamicData/Cache/ObservableCacheEx.cs @@ -167,8 +167,7 @@ public static void AddOrUpdate(this ISourceCache s } /// - /// 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. /// /// The type of the object. /// The type of the key.