From 1384e50e1bf12fcbbf15f71bd54c6fcbcf88787b Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Mon, 11 Nov 2024 09:58:01 +1100 Subject: [PATCH] Fix typo in IDatabaseCreator.xml --- .../IDatabaseCreator.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/xml/Microsoft.EntityFrameworkCore.Storage/IDatabaseCreator.xml b/dotnet/xml/Microsoft.EntityFrameworkCore.Storage/IDatabaseCreator.xml index c4ea9418b..f3511e7f7 100644 --- a/dotnet/xml/Microsoft.EntityFrameworkCore.Storage/IDatabaseCreator.xml +++ b/dotnet/xml/Microsoft.EntityFrameworkCore.Storage/IDatabaseCreator.xml @@ -226,7 +226,7 @@ exist then the database is deleted. - Warning: The entire database is deleted an no effort is made to remove just the database objects that are used by + Warning: The entire database is deleted and no effort is made to remove just the database objects that are used by the model for this context. @@ -270,7 +270,7 @@ exist then the database is deleted. - Warning: The entire database is deleted an no effort is made to remove just the database objects that are used by + Warning: The entire database is deleted and no effort is made to remove just the database objects that are used by the model for this context.