Skip to content

Commit 04a4cfd

Browse files
committed
use sentence case for bullet points
1 parent 3b27076 commit 04a4cfd

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/names/name-resolution.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -324,9 +324,9 @@ Macros are resolved by iterating through the available scopes to find the availa
324324
r[names.resolution.expansion.macros.visitation-order]
325325
The available scopes are visited in the following order.
326326

327-
* [derive helpers]
328-
* [textual scope macros]
329-
* [path-based scope macros]
327+
* [Derive helpers]
328+
* [Textual scope macros]
329+
* [Path-based scope macros]
330330
* [`macro_use` prelude]
331331
* [Standard library prelude]
332332
* [Builtin attributes]
@@ -358,24 +358,24 @@ r[names.resolution.type-dependent]
358358
> This is a placeholder for future expansion about type-dependent resolution.
359359
360360
[Builtin attributes]: ./preludes.md#r-names.preludes.lang
361+
[Derive helpers]: ../procedural-macros.md#r-macro.proc.derive.attributes
361362
[Macros]: ../macros.md
363+
[Path-based scope macros]: ../macros.md#r-macro.invocation.name-resolution
362364
[Standard library prelude]: ./preludes.md#r-names.preludes.std
365+
[Textual scope macros]: ../macros-by-example.md#r-macro.decl.scope.textual
363366
[`let` bindings]: ../statements.md#let-statements
364367
[`macro_use` prelude]: ./preludes.md#r-names.preludes.macro_use
365368
[`use` declarations]: ../items/use-declarations.md
366369
[`use` glob shadowing]: ../items/use-declarations.md#r-items.use.glob.shadowing
367370
[derive helper scope]: ../procedural-macros.md#r-macro.proc.derive.attributes.scope
368-
[derive helpers]: ../procedural-macros.md#r-macro.proc.derive.attributes
369371
[item definitions]: ../items.md
370372
[macro invocations]: ../macros.md#macro-invocation
371373
[macro textual scope shadowing]: ../macros-by-example.md#r-macro.decl.scope.textual.shadow
372374
[namespaces]: ../names/namespaces.md
373375
[outer scope]: #r-names.resolution.general.scopes
374-
[path-based scope macros]: ../macros.md#r-macro.invocation.name-resolution
375376
[path-based scope]: ../macros.md#r-macro.invocation.name-resolution
376377
[permitted]: name-resolution.md#r-names.resolution.expansion.imports.shadowing
377378
[scope]: ../names/scopes.md
378379
[sub-namespace]: ../names/namespaces.md#r-names.namespaces.sub-namespaces
379-
[textual scope macros]: ../macros-by-example.md#r-macro.decl.scope.textual
380380
[visibility]: ../visibility-and-privacy.md
381381

0 commit comments

Comments
 (0)