Skip to content

Commit

Permalink
Grammar fix (#1893)
Browse files Browse the repository at this point in the history
  • Loading branch information
breyed authored and ajcvickers committed Nov 4, 2019
1 parent f8a703b commit 3a78c01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entity-framework/core/querying/how-query-works.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ The following is a high level overview of the process each query goes through.
* If so, the existing entity is returned <sup>(1)</sup>
* If not, a new entity is created and returned

<sup>(1)</sup> No tracking queries use weak references to keep track of entities that have already been returned. If a previous result with the same identity goes out of scope, and garbage collection runs, you may get a new entity instance.
<sup>(1)</sup> No-tracking queries use weak references to keep track of entities that have already been returned. If a previous result with the same identity goes out of scope, and garbage collection runs, you may get a new entity instance.

## When queries are executed

Expand Down

0 comments on commit 3a78c01

Please sign in to comment.