File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ enum Enum {
150150
151151#### IncludeValuelessEnumMembers: bool (Default value is ` $true ` )
152152
153- Include enum members in the alignment that don't have an explicitly assigned value. Enum's don't
153+ Include enum members in the alignment that don't have an explicitly assigned value. Enums don't
154154need to be given a value when they're defined.
155155
156156Consider the following:
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ The rule performs five different checks:
24241 . ** Case mismatch between DefaultParameterSetName and ParameterSetName** - Ensures consistent
2525 casing
26261 . ** Case mismatch between different ParameterSetName values** - Ensures all references to the same
27- parameter set use identical casing
27+ parameter set use identical casing
28281 . ** Parameter set names containing newlines** - Warns against using newline characters in parameter
2929 set names
3030
You can’t perform that action at this time.
0 commit comments