From cc9f22875a0ba6f150368c8fc6de9b1b4ae7682c Mon Sep 17 00:00:00 2001 From: Jacob MacDonald Date: Fri, 6 Dec 2024 08:08:05 -0800 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Erik Ernst --- working/augmentation-libraries/feature-specification.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/working/augmentation-libraries/feature-specification.md b/working/augmentation-libraries/feature-specification.md index b6deb57c6..f11adc346 100644 --- a/working/augmentation-libraries/feature-specification.md +++ b/working/augmentation-libraries/feature-specification.md @@ -240,7 +240,7 @@ preserve and run the code of the augmented declaration (hence the name "augmentation"). It may want to run its own code before the augmented code, after it, or both. To support that, we allow a new expression syntax inside the "bodies" of augmenting declarations (some function bodies and -and variable initializers). Inside an expression in an augmenting member +variable initializers). Inside an expression in an augmenting member declaration, the identifier `augmented` can be used to refer to the augmented function, getter, or setter body, or variable initializer. This is a contextual reserved word within `augment` declarations, and has no special meaning outside