Skip to content

Commit 431465a

Browse files
tshepangehuss
authored andcommitted
unwrap
1 parent 7bbf535 commit 431465a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/const_eval.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -262,12 +262,10 @@ r[const-eval.const-fn.general]
262262
A _const fn_ is a function that one is permitted to call from a const context.
263263
264264
r[const-eval.const-fn.usage]
265-
Declaring a function
266-
`const` has no effect on any existing uses.
265+
Declaring a function `const` has no effect on any existing uses.
267266
268267
r[const-eval.const-fn.restrictions]
269-
Declaring a function `const` restricts the types that arguments and the
270-
return type may use, and restricts the function body to constant expressions.
268+
Declaring a function `const` restricts the types that arguments and the return type may use, and restricts the function body to constant expressions.
271269
272270
r[const-eval.const-fn.const-context]
273271
When called from a const context, the function is interpreted by the

0 commit comments

Comments
 (0)