Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions working/augmentations/feature-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -920,8 +920,8 @@ implement the constructor by adding a redirection or a body.*

It's a **compile-time error** if:

* The signature of the augmenting function does not [match][signature
matching] the signature of the augmented function.
* The signature of the augmenting constructor does not [match][signature
matching] the signature of the augmented constructor.

* More than one declaration in the augmentation chain specifies a default
value for the same optional parameter. This is an error even in the
Expand Down