diff --git a/src/EFCore.Relational/Metadata/IReadOnlyStoreObjectDictionary.cs b/src/EFCore.Relational/Metadata/IReadOnlyStoreObjectDictionary.cs index fba2b1c4ef6..f7490d6dbe7 100644 --- a/src/EFCore.Relational/Metadata/IReadOnlyStoreObjectDictionary.cs +++ b/src/EFCore.Relational/Metadata/IReadOnlyStoreObjectDictionary.cs @@ -15,8 +15,7 @@ public interface IReadOnlyStoreObjectDictionary /// /// The key of the value to get. /// - /// if the collection contains an element with the specified key; - /// otherwise, . + /// The value associated with the specified key, or if not found. /// T? Find(in StoreObjectIdentifier storeObject);