Skip to content

Commit 0550278

Browse files
committed
clarify scope visitation steps
1 parent 0d30ef6 commit 0550278

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/names/name-resolution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ r[names.resolution.expansion.macros.intro]
283283
Macros are resolved by iterating through the available scopes to find the available candidates. Macros are split into two sub-namespaces, one for bang macros, and the other for attributes and derives. Resolution candidates from the incorrect sub-namespace are ignored.
284284

285285
r[names.resolution.expansion.macros.visitation-order]
286-
The available scopes are visited in the following order.
286+
The available scope kinds are visited in the following order. Each of these scope kinds represent one or more scopes.
287287

288288
* [Derive helpers]
289289
* [Textual scope macros]

0 commit comments

Comments
 (0)