Skip to content

Commit f57d84f

Browse files
RalfJungoli-obk
andauthored
clarity
Co-Authored-By: Oliver Scherer <github35764891676564198441@oli-obk.de>
1 parent 22e69ae commit f57d84f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

promotion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ restrictions described there are needed because we want `const` to behave the
120120
same as copying the `const` initializer everywhere the constant is used; we need
121121
the same property when promoting expressions. But we need more.
122122

123-
Note that there is no point in doing dynamic checks here. The entire point of
123+
Note that there is no point in doing additional dynamic checks here. The entire point of
124124
the promotion restrictions is to avoid failing compilation for code that would
125125
have been fine without promotion. The best a dynamic check could do is tell us
126126
after the fact that we should not have promoted something, but then it is

0 commit comments

Comments
 (0)