Skip to content

Commit 786fc1b

Browse files
committed
Fix typo in query expansion documentation
1 parent cb08599 commit 786fc1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_middle/src/query/plumbing.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ macro_rules! query_if_arena {
258258
};
259259
}
260260

261-
/// If `separate_provide_if_extern`, then the key can be projected to its
261+
/// If `separate_provide_extern`, then the key can be projected to its
262262
/// local key via `<$K as AsLocalKey>::LocalKey`.
263263
macro_rules! local_key_if_separate_extern {
264264
([] $($K:tt)*) => {

0 commit comments

Comments
 (0)