Skip to content

Commit ccc64aa

Browse files
authored
Update query-include-filter.md
1 parent bef9b4f commit ccc64aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs2/pages/documentations/query-include-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ var list = q1.Select(x => new { x, p1 }).ToList().Select(x => x.X);
138138

139139
```
140140

141-
Entity Framework does already all the job to link related entities to the parent. No future logic is required.
141+
Entity Framework already does all the job by linking  related entities to the parent. No future logic is required.
142142

143143
## Limitations
144144

0 commit comments

Comments
 (0)