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 60f9f67 commit d7c3e9aCopy full SHA for d7c3e9a
working/augmentations/feature-specification.md
@@ -59,8 +59,9 @@ in both directions:
59
Having a mixture of hand-authored and generated code works well when the
60
generated code consists of completely separate declarations from the
61
hand-authored code. But if a code generator wants to, say, add a method to a
62
-hand-authored class, then the language is of little help. This proposal
63
-addresses that limitation by adding *augmentations*.
+hand-authored class, or an author wants to add a method to a generated class,
+then the language is of little help. This proposal addresses that limitation by
64
+adding *augmentations*.
65
66
### Augmentation declarations
67
0 commit comments