Skip to content

Commit cf0e151

Browse files
authored
Fix typo “a Rc” → “an Rc” (rust-lang#1191)
1 parent 77a9813 commit cf0e151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ method. The answer is that, for each query, the compiler maintains a
6060
cache – if your query has already been executed, then, the answer is
6161
simple: we clone the return value out of the cache and return it
6262
(therefore, you should try to ensure that the return types of queries
63-
are cheaply cloneable; insert a `Rc` if necessary).
63+
are cheaply cloneable; insert an `Rc` if necessary).
6464

6565
#### Providers
6666

0 commit comments

Comments
 (0)