diff --git a/Core/Collections/VirtualDictionary.cs b/Core/Collections/VirtualDictionary.cs index 9ffae045..6b3180c2 100644 --- a/Core/Collections/VirtualDictionary.cs +++ b/Core/Collections/VirtualDictionary.cs @@ -14,7 +14,7 @@ namespace Vanara.Collections private readonly Func hasKeyFunc; - /// Initializes a new instance of the class. + /// Initializes a new instance of the class. /// The enumerated list of keys. /// The function used to get a value given a key. Called directly by TryGetValue. ///