Skip to content

Commit 325ade6

Browse files
authored
Merge pull request #1143 from kirillbobyrev/patch-1
Improve rendering
2 parents e9ff486 + 59f63cc commit 325ade6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/items/functions.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ aborts the process by executing an illegal instruction.
217217

218218
Functions qualified with the `const` keyword are [const functions], as are
219219
[tuple struct] and [tuple variant] constructors. _Const functions_ can be
220-
called from within [const context]s.
220+
called from within [const contexts].
221221

222222
Const functions are not allowed to be [async](#async-functions), and cannot
223223
use the [`extern` function qualifier](#extern-function-qualifier).
@@ -382,7 +382,7 @@ fn foo_oof(#[some_inert_attribute] arg: u8) {
382382
[_Type_]: ../types.md#type-expressions
383383
[_WhereClause_]: generics.md#where-clauses
384384
[_OuterAttribute_]: ../attributes.md
385-
[const context]: ../const_eval.md#const-context
385+
[const contexts]: ../const_eval.md#const-context
386386
[const functions]: ../const_eval.md#const-functions
387387
[tuple struct]: structs.md
388388
[tuple variant]: enumerations.md

0 commit comments

Comments
 (0)