Skip to content

Commit 862b669

Browse files
authored
Merge pull request #606 from felixrabe/patch-2
Typo
2 parents 6c27bda + 2f2b7e2 commit 862b669

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/const_eval.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ behaviors are warnings, but will likely panic at run-time.
1717

1818
The following expressions are constant expressions, so long as any operands are
1919
also constant expressions and do not cause any [`Drop::drop`][destructors] calls
20-
to be ran.
20+
to be run.
2121

2222
* [Literals].
2323
* [Paths] to [functions] and constants.

0 commit comments

Comments
 (0)