Skip to content

Commit 468162c

Browse files
authored
Merge pull request #3128 from AArnott/patch-1
Fix SA1642 cctor doc requirement
2 parents e1dd99c + 2e54cc3 commit 468162c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
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
@@ -685,7 +685,7 @@
685685
<value>Initializes static members of the </value>
686686
</data>
687687
<data name="StaticConstructorStandardTextSecondPart" xml:space="preserve">
688-
<value> {0}.</value>
688+
<value> {0}</value>
689689
</data>
690690
<data name="TaskReturnElementFirstPart" xml:space="preserve">
691691
<value>A </value>
@@ -699,4 +699,4 @@
699699
<data name="TypeTextStruct" xml:space="preserve">
700700
<value>struct</value>
701701
</data>
702-
</root>
702+
</root>

0 commit comments

Comments
 (0)