Skip to content

Commit b1a9adb

Browse files
authored
Close the bracket for the IDE0304 rule (#48289)
`Use collection expression for builder (IDE0304` -> `Use collection expression for builder (IDE0304)`
1 parent 248dc83 commit b1a9adb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/fundamentals/code-analysis/style-rules/language-rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ C# style rules:
167167
- [Use collection expression for empty (IDE0301)](ide0301.md)
168168
- [Use collection expression for stack alloc (IDE0302)](ide0302.md)
169169
- [Use collection expression for `Create()` (IDE0303)](ide0303.md)
170-
- [Use collection expression for builder (IDE0304](ide0304.md)
170+
- [Use collection expression for builder (IDE0304)](ide0304.md)
171171
- [Use collection expression for fluent (IDE0305)](ide0305.md)
172172
- [Use collection expression for new (IDE0306)](ide0306.md)
173173
- [Use unbound generic type (IDE0340)](ide0340.md)

0 commit comments

Comments
 (0)