We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c27bda + 2f2b7e2 commit 862b669Copy full SHA for 862b669
src/const_eval.md
@@ -17,7 +17,7 @@ behaviors are warnings, but will likely panic at run-time.
17
18
The following expressions are constant expressions, so long as any operands are
19
also constant expressions and do not cause any [`Drop::drop`][destructors] calls
20
-to be ran.
+to be run.
21
22
* [Literals].
23
* [Paths] to [functions] and constants.
0 commit comments