From 022896c3dfca91f1d09df1505d98a7c24e5ee669 Mon Sep 17 00:00:00 2001 From: Aay Jay Chan Date: Fri, 20 Aug 2021 13:30:10 +0800 Subject: [PATCH] Fix malformed XML doc in StoreObjectIdentifier --- src/EFCore.Relational/Metadata/StoreObjectIdentifier.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.