From 70ef4c93f7f7500c3f1ce01f4fbb42dbea994754 Mon Sep 17 00:00:00 2001 From: sgrekhov Date: Wed, 14 Aug 2024 10:54:39 +0300 Subject: [PATCH] [Augmentations] Fix small typo --- working/augmentation-libraries/feature-specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/working/augmentation-libraries/feature-specification.md b/working/augmentation-libraries/feature-specification.md index efcc06adf..3c059ede2 100644 --- a/working/augmentation-libraries/feature-specification.md +++ b/working/augmentation-libraries/feature-specification.md @@ -888,8 +888,8 @@ A non-redirecting generative constructor marked `augment` may: the augmented body will see the updated value, because the parameter scope is identical. - * Local variables in scope where augmented is evaluated are not in scope - 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. * Add initializers to the initializer list. If the augmenting constructor has an initializer list then: