Skip to content

Commit

Permalink
Clarify that both filtered include examples are valid (#4216)
Browse files Browse the repository at this point in the history
  • Loading branch information
ascott18 committed Jan 18, 2023
1 parent 4e9feba commit be33ff3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/querying/related-data/eager.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Each included navigation allows only one unique set of filter operations. In cas

[!code-csharp[Main](../../../../samples/core/Querying/RelatedData/Program.cs#MultipleLeafIncludesFiltered1)]

Instead, identical operations can be applied for each navigation that is included multiple times:
Alternatively, identical operations can be applied for each navigation that is included multiple times:

[!code-csharp[Main](../../../../samples/core/Querying/RelatedData/Program.cs#MultipleLeafIncludesFiltered2)]

Expand Down

0 comments on commit be33ff3

Please sign in to comment.