Skip to content

Commit 34b17dd

Browse files
tshepangtraviscross
authored andcommitted
const_eval.md: add missing word
1 parent 8fc396f commit 34b17dd

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
@@ -15,7 +15,7 @@ compile time.
1515

1616
r[const-eval.const-expr.const-context]
1717
In [const contexts](#const-context), these are the only allowed
18-
expressions, and are always evaluated at compile time.
18+
expressions, and they are always evaluated at compile time.
1919

2020
r[const-eval.const-expr.runtime-context]
2121
In other places, such as [let statements], constant expressions *may* be, but are not guaranteed to be, evaluated at compile time.

0 commit comments

Comments
 (0)