Skip to content

Commit 4f381cd

Browse files
Update query-include-filter.md
1 parent ccc64aa commit 4f381cd

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 already does all the job by linking  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)