Skip to content

Commit 879afe4

Browse files
authored
Merge pull request #2156 from tshepang/patch-2
make more clear what the link target is
2 parents 3eb2b8c + a82bdff commit 879afe4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/const_eval.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ r[const-eval.const-expr.block]
5959
* [expression statements]
6060

6161
r[const-eval.const-expr.field]
62-
* [Field] expressions.
62+
* [Field expressions].
6363

6464
r[const-eval.const-expr.index]
6565
* Index expressions, [array indexing] or [slice] with a `usize`.
@@ -316,7 +316,7 @@ The types of a const function's parameters and return type are restricted to tho
316316
[expression statements]: statements.md#expression-statements
317317
[expressions]: expressions.md
318318
[`extern` statics]: items/external-blocks.md#statics
319-
[field]: expressions/field-expr.md
319+
[field expressions]: expressions/field-expr.md
320320
[functions]: items/functions.md
321321
[grouped]: expressions/grouped-expr.md
322322
[interior mutability]: interior-mutability.md

0 commit comments

Comments
 (0)