From e615ae698a8c49cd5a679d0ff74fb0984ac1ca16 Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Thu, 18 Aug 2022 09:35:32 +0200 Subject: [PATCH] Fix typo in aka.ms links --- src/EFCore/ModelBuilder.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/EFCore/ModelBuilder.cs b/src/EFCore/ModelBuilder.cs index f1207ee42cd..c3c1863ba67 100644 --- a/src/EFCore/ModelBuilder.cs +++ b/src/EFCore/ModelBuilder.cs @@ -31,7 +31,7 @@ public class ModelBuilder : IInfrastructure /// /// /// See Modeling entity types and relationships and - /// EF Core model-building conventions for more information and examples. + /// EF Core model-building conventions for more information and examples. /// /// The conventions to be applied to the model. public ModelBuilder(ConventionSet conventions) @@ -45,7 +45,7 @@ public ModelBuilder(ConventionSet conventions) /// /// /// See Modeling entity types and relationships and - /// EF Core model-building conventions for more information and examples. + /// EF Core model-building conventions for more information and examples. /// /// The conventions to be applied to the model. /// The dependencies object for the model. @@ -81,7 +81,7 @@ public ModelBuilder(ConventionSet conventions, ModelDependencies? modelDependenc /// /// /// See Modeling entity types and relationships and - /// EF Core model-building conventions for more information and examples. + /// EF Core model-building conventions for more information and examples. /// public ModelBuilder() {