Skip to content

Commit 3aa5809

Browse files
Centrilchriskrycho
andauthored
Update src/const_eval.md
Co-Authored-By: chriskrycho <hello@chriskrycho.com>
1 parent 3d2823d commit 3aa5809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const_eval.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ compile time. In [const contexts](#const-context), these are the only allowed
1111
expressions, and are always evaluated at compile time. In other places, such as
1212
[`let` statements](statements.html#let-statements), constant expressions are
1313
Errors such as out of bounds [array indexing] or [overflow] are compiler errors
14-
if the value must be evaluated at compile time (i.e. in const contexts);
14+
if the value must be evaluated at compile time (i.e. in const contexts).
1515
Otherwise, these behaviors are warnings, but will likely panic at run-time.
1616

1717
The following expressions are constant expressions, so long as any operands are

0 commit comments

Comments
 (0)