Skip to content

Commit e166e10

Browse files
committed
fix typo
1 parent 6ee770b commit e166e10

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EFCore.Cosmos/Query/Internal/CosmosShapedQueryCompilingExpressionVisitor.CosmosProjectionBindingRemovingExpressionVisitorBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -514,7 +514,7 @@ private static void IncludeCollection<TIncludingEntity, TIncludedEntity>(
514514

515515
if (relatedEntities != null)
516516
{
517-
// Enumarator contains logic for tracking the entities, so we need to make sure to enumerate it
517+
// Enumerator contains logic for tracking the entities, so we need to make sure to enumerate it
518518
using var enumerator = relatedEntities.GetEnumerator();
519519
while (enumerator.MoveNext())
520520
{

0 commit comments

Comments
 (0)