Skip to content

Commit

Permalink
Fix typo “a Rc” → “an Rc” (#1191)
Browse files Browse the repository at this point in the history
  • Loading branch information
steffahn authored Aug 22, 2021
1 parent 77a9813 commit cf0e151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ method. The answer is that, for each query, the compiler maintains a
cache – if your query has already been executed, then, the answer is
simple: we clone the return value out of the cache and return it
(therefore, you should try to ensure that the return types of queries
are cheaply cloneable; insert a `Rc` if necessary).
are cheaply cloneable; insert an `Rc` if necessary).

#### Providers

Expand Down

0 comments on commit cf0e151

Please sign in to comment.