Skip to content

Commit e236619

Browse files
tshepangtraviscross
authored andcommitted
unwrap
1 parent 34b17dd commit e236619

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/const_eval.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ Certain forms of expressions, called constant expressions, can be evaluated at
1414
compile time.
1515

1616
r[const-eval.const-expr.const-context]
17-
In [const contexts](#const-context), these are the only allowed
18-
expressions, and they are always evaluated at compile time.
17+
In [const contexts](#const-context), these are the only allowed expressions, and they are always evaluated at compile time.
1918

2019
r[const-eval.const-expr.runtime-context]
2120
In other places, such as [let statements], constant expressions *may* be, but are not guaranteed to be, evaluated at compile time.

0 commit comments

Comments
 (0)