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 324c701 commit ef213c6Copy full SHA for ef213c6
working/augmentation-libraries/feature-specification.md
@@ -888,8 +888,8 @@ A non-redirecting generative constructor marked `augment` may:
888
the augmented body will see the updated value, because the parameter
889
scope is identical.
890
891
- * Local variables in scope where augmented is evaluated are not in scope
892
- for the execution of the augmented constructor's body.
+ * Local variables in scope where `augmented()` is evaluated are not in
+ scope for the execution of the augmented constructor's body.
893
894
* Add initializers to the initializer list. If the augmenting constructor has
895
an initializer list then:
0 commit comments