Skip to content

Commit

Permalink
Merge pull request #606 from felixrabe/patch-2
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
Havvy committed May 5, 2019
2 parents 6c27bda + 2f2b7e2 commit 862b669
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/const_eval.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ behaviors are warnings, but will likely panic at run-time.

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

* [Literals].
* [Paths] to [functions] and constants.
Expand Down

0 comments on commit 862b669

Please sign in to comment.