Skip to content

Commit ef213c6

Browse files
authored
[Augmentations] Fix small typo (#4031)
1 parent 324c701 commit ef213c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

working/augmentation-libraries/feature-specification.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -888,8 +888,8 @@ A non-redirecting generative constructor marked `augment` may:
888888
the augmented body will see the updated value, because the parameter
889889
scope is identical.
890890

891-
* Local variables in scope where augmented is evaluated are not in scope
892-
for the execution of the augmented constructor's body.
891+
* Local variables in scope where `augmented()` is evaluated are not in
892+
scope for the execution of the augmented constructor's body.
893893

894894
* Add initializers to the initializer list. If the augmenting constructor has
895895
an initializer list then:

0 commit comments

Comments
 (0)