Skip to content

Commit 1ea49ac

Browse files
committed
Updating comment and region to pass Policheck.
1 parent 404d295 commit 1ea49ac

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/EntityFramework/Core/Common/Utils/MetadataHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ internal static bool IsParentOf(EntityType a, EntityType b)
454454
}
455455

456456
// <summary>
457-
// Add and Edge a --> b
457+
// Add an edge a --> b
458458
// Assumes edge does not exist
459459
// O(1)
460460
// </summary>

src/EntityFramework/Core/Query/PlanCompiler/JoinGraph.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ private void BuildJoinEdges(AugmentedNode node, int maxVisibility)
508508

509509
#endregion
510510

511-
#region Transitive Edge generation
511+
#region Transitive edge generation
512512

513513
//
514514
// The goal of this module is to generate transitive join edges.

0 commit comments

Comments
 (0)