diff --git a/src/EFCore/ModelBuilder.cs b/src/EFCore/ModelBuilder.cs index fbbbfb0f139..0c7562029c3 100644 --- a/src/EFCore/ModelBuilder.cs +++ b/src/EFCore/ModelBuilder.cs @@ -583,7 +583,7 @@ public virtual ModelBuilder HasChangeTrackingStrategy(ChangeTrackingStrategy cha /// for all properties in the model as described in the enum. /// /// - /// See Property versus field access in EF Core for more information and + /// See Property versus field access in EF Core for more information and /// examples. /// /// diff --git a/src/EFCore/PropertyAccessMode.cs b/src/EFCore/PropertyAccessMode.cs index b4f1dc25e21..7267b58475c 100644 --- a/src/EFCore/PropertyAccessMode.cs +++ b/src/EFCore/PropertyAccessMode.cs @@ -15,7 +15,7 @@ namespace Microsoft.EntityFrameworkCore; /// the default behavior was . /// /// -/// See Property versus field access in EF Core for more information and +/// See Property versus field access in EF Core for more information and /// examples. /// ///