Skip to content

Commit d479387

Browse files
committed
Revise
1 parent d8113d2 commit d479387

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
@@ -304,7 +304,7 @@ r[names.resolution.expansion.macros]
304304
### Macros
305305

306306
r[names.resolution.expansion.macros.intro]
307-
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.
307+
Macros are resolved by iterating through the available scopes to find the available candidates. Macros are split into two sub-namespaces, one for function-like macros, and the other for attributes and derives. Resolution candidates from the incorrect sub-namespace are ignored.
308308

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

0 commit comments

Comments
 (0)