Skip to content

Commit 9ba4e3b

Browse files
authored
fix md formatting
1 parent f76ea39 commit 9ba4e3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

standard/attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1486,7 +1486,7 @@ This attribute indicates that the constructor it decorates sets all required mem
14861486
14871487
#### §RequiredMember The RequiredMember attribute
14881488
1489-
This attribute indicates that the current type has one or more required members ([§15.7.1](classes.md#1571-general)), or that a specific member of that type is required. However, it is an error for this attribute to be used explicitly. Instead, the presence of the modifier `required` results in the type or member being treated as if it were decorated with this attribute.
1489+
This attribute indicates that the current type has one or more required members ([§15.7.1](classes.md#1571-general)), or that a specific member of that type is required. However, it is an error for this attribute to be used explicitly. Instead, the presence of the modifier `required` results in the type or member being treated as if it were decorated with this attribute.
14901490
14911491
## 23.6 Attributes for interoperation
14921492

0 commit comments

Comments
 (0)