Skip to content

Commit 3f89b78

Browse files
committed
edits
1 parent 197f493 commit 3f89b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/profiling/optimize-code-using-profiling-tools.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ public void GetBlogTitleX()
167167

168168
In this code, we made several changes to help optimize the query:
169169

170-
- Added the `Where` clause and eliminate one of the `foreach` loops.
170+
- Added the `Where` clause and eliminated one of the `foreach` loops.
171171
- Projected only the Title property in the `Select` statement, which is all we need in this example.
172172

173173
Next, we retest using the profiling tools.

0 commit comments

Comments
 (0)