diff --git a/src/EFCore.Relational/Metadata/StoreObjectIdentifier.cs b/src/EFCore.Relational/Metadata/StoreObjectIdentifier.cs index fb589d11bd0..9413fe12b98 100644 --- a/src/EFCore.Relational/Metadata/StoreObjectIdentifier.cs +++ b/src/EFCore.Relational/Metadata/StoreObjectIdentifier.cs @@ -19,7 +19,7 @@ private StoreObjectIdentifier(StoreObjectType storeObjectType, string name, stri } /// - /// Creates an id for the store object that the given entity type is mapped to />. + /// Creates an id for the store object that the given entity type is mapped to. /// /// The entity type. /// The store object type.