We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22e69ae commit f57d84fCopy full SHA for f57d84f
promotion.md
@@ -120,7 +120,7 @@ restrictions described there are needed because we want `const` to behave the
120
same as copying the `const` initializer everywhere the constant is used; we need
121
the same property when promoting expressions. But we need more.
122
123
-Note that there is no point in doing dynamic checks here. The entire point of
+Note that there is no point in doing additional dynamic checks here. The entire point of
124
the promotion restrictions is to avoid failing compilation for code that would
125
have been fine without promotion. The best a dynamic check could do is tell us
126
after the fact that we should not have promoted something, but then it is
0 commit comments