We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6041d commit 5781207Copy full SHA for 5781207
src/const_eval.md
@@ -6,7 +6,7 @@ can be evaluated at compile-time.
6
7
## Constant expressions
8
9
-Certain types of expressions, called constant expressions, can be evaluated at
+Certain forms of expressions, called constant expressions, can be evaluated at
10
compile time. In [const contexts](#const-context), these are the only allowed
11
expressions, and are always evaluated at compile time. In other places, such as
12
in [`let` statements](statements.html#let-statements), constant expressions are
0 commit comments