Skip to content

Commit d56fe61

Browse files
committed
fix an anchor
1 parent 172fb08 commit d56fe61

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@ Properties can be used to delay initialization of a resource until the moment it
38573857
An instance property containing an *init_accessor_declaration* is considered settable during the construction phase of the object, except when in a local function or lambda. The ***construction phase of an object*** includes the following:
38583858
38593859
- During execution of an *object_initializer* (§12.8.17.2.2)
3860-
- During evaluation of a *with_expression*s *member_initializer_list*records-grammar)
3860+
- During evaluation of a *with_expression*s *member_initializer_list*with-expressions)
38613861
- Inside an instance constructor of the containing or derived type, on `this` or `base`
38623862
- Inside the *init_accessor_declaration* of any property, on `this` or `base`
38633863
- Inside attribute usages with named parameters23.2.3)

0 commit comments

Comments
 (0)