From f4fcd8ec981e66c2a91a21388f86e66f916792df Mon Sep 17 00:00:00 2001 From: sgrekhov Date: Wed, 10 Dec 2025 11:44:36 +0200 Subject: [PATCH] Fix a typo in Augmentations proposal --- working/augmentations/feature-specification.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/working/augmentations/feature-specification.md b/working/augmentations/feature-specification.md index 74289e33ea..3a31b03a96 100644 --- a/working/augmentations/feature-specification.md +++ b/working/augmentations/feature-specification.md @@ -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