Skip to content

Commit 370a880

Browse files
committed
Remove period at the end of diagnostic titles
1 parent d861931 commit 370a880

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.Designer.cs

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

StyleCop.Analyzers/StyleCop.Analyzers/DocumentationRules/DocumentationResources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
<value>The property's documentation summary text must begin with: '{0}'</value>
149149
</data>
150150
<data name="SA1623Title" xml:space="preserve">
151-
<value>Property summary documentation must match accessors.</value>
151+
<value>Property summary documentation must match accessors</value>
152152
</data>
153153
<data name="SA1624Description" xml:space="preserve">
154154
<value>The documentation text within a C# property’s &lt;summary&gt; tag takes into account all of the accessors within the property, but one of the accessors has limited access.</value>
@@ -157,7 +157,7 @@
157157
<value>Because the property only contains a visible {0} accessor, the documentation summary text must begin with '{1}'.</value>
158158
</data>
159159
<data name="SA1624Title" xml:space="preserve">
160-
<value>Property summary documentation must omit accessor with restricted access.</value>
160+
<value>Property summary documentation must omit accessor with restricted access</value>
161161
</data>
162162
<data name="SA1626CodeFix" xml:space="preserve">
163163
<value>Convert to line comment</value>

0 commit comments

Comments
 (0)