Skip to content

Commit 36f3bcf

Browse files
RexJaeschkeBillWagner
authored andcommitted
fix links
1 parent fa53eae commit 36f3bcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

standard/structs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ record_struct_declaration
214214
;
215215
```
216216
217-
A *record_struct_declaration* consists of an optional set of *attributes* ([§23](attributes.md#23-attributes)), followed by an optional set of *struct_modifier*s ([§16.2.2](structs.md#1622-struct-modifiers)), followed by an optional partial modifier ([§15.2.7](classes.md#1527-partial-type-declarations)), followed by the keyword `record`, followed by the keyword `struct` and an *identifier* that names the struct, followed by an optional *type_parameter_list* specification ([§15.2.3](classes.md#1523-type-parameters)), followed by an optional *delimited_parameter_list* specification ([§15.6.2.1](standard/classes.md#15621-general)), followed by an optional *struct_interfaces* specification ([§16.2.5](structs.md#1625-struct-interfaces)), followed by an optional *type_parameter_constraints-clauses* specification ([§15.2.5](classes.md#1525-type-parameter-constraints)), followed by a *record_struct_body*.
217+
A *record_struct_declaration* consists of an optional set of *attributes* ([§23](attributes.md#23-attributes)), followed by an optional set of *struct_modifier*s ([§16.2.2](structs.md#1622-struct-modifiers)), followed by an optional partial modifier ([§15.2.7](classes.md#1527-partial-type-declarations)), followed by the keyword `record`, followed by the keyword `struct` and an *identifier* that names the struct, followed by an optional *type_parameter_list* specification ([§15.2.3](classes.md#1523-type-parameters)), followed by an optional *delimited_parameter_list* specification ([§15.6.2.1](classes.md#15621-general)), followed by an optional *struct_interfaces* specification ([§16.2.5](structs.md#1625-struct-interfaces)), followed by an optional *type_parameter_constraints-clauses* specification ([§15.2.5](classes.md#1525-type-parameter-constraints)), followed by a *record_struct_body*.
218218

219219
A *record_struct_declaration* having a *delimited_parameter_list* declares a ***positional record struct***.
220220

@@ -224,7 +224,7 @@ The parameters in *delimited_parameter_list* shall not have `ref`, `out` or `thi
224224

225225
### §record-structs-members Struct members
226226

227-
For a record struct, as well as those members identified by [§16.3](structs.md#16.3-struct-members), the member set includes the synthesized members generated by the compiler (§synth-members).
227+
For a record struct, as well as those members identified by [§16.3](structs.md#163-struct-members), the member set includes the synthesized members generated by the compiler (§synth-members).
228228

229229
It is an error for a member of a record struct to be named `Clone`.
230230

0 commit comments

Comments
 (0)