Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Erik Ernst <eernst@google.com>
  • Loading branch information
jakemac53 and eernstg authored Dec 6, 2024
1 parent d41358a commit cc9f228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion working/augmentation-libraries/feature-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc9f228

Please sign in to comment.