Skip to content

Commit e0f2cda

Browse files
Fix SingleTypeParameter analyzer (#232)
- Remove the period at the end of the sentence in the Code Fix titles
1 parent 9c3f28c commit e0f2cda

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

StyleChecker/StyleChecker/Naming/SingleTypeParameter/Resources.Designer.cs

Lines changed: 2 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

StyleChecker/StyleChecker/Naming/SingleTypeParameter/Resources.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@
121121
<value>Consider using 'T' as the type parameter name for types with one single-letter type parameter.</value>
122122
</data>
123123
<data name="FixTitle" xml:space="preserve">
124-
<value>Replace the name with 'T'.</value>
124+
<value>Replace the name with 'T'</value>
125125
</data>
126126
<data name="MessageFormat" xml:space="preserve">
127127
<value>The type parameter name '{0}' is not 'T'.</value>

0 commit comments

Comments
 (0)