Skip to content

Commit 5781207

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

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
@@ -6,7 +6,7 @@ can be evaluated at compile-time.
66

77
## Constant expressions
88

9-
Certain types of expressions, called constant expressions, can be evaluated at
9+
Certain forms of expressions, called constant expressions, can be evaluated at
1010
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
in [`let` statements](statements.html#let-statements), constant expressions are

0 commit comments

Comments
 (0)