Skip to content

Commit 663e0fc

Browse files
authored
Update DocumentationResources.resx
In SA1627MessageFormat text \' replaced by '
1 parent 09aa5be commit 663e0fc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@
226226
<value>The XML header documentation for a C# code element contains an empty tag.</value>
227227
</data>
228228
<data name="SA1627MessageFormat" xml:space="preserve">
229-
<value>The documentation text within the \'{0}\' tag should not be empty.</value>
229+
<value>The documentation text within the '{0}' tag should not be empty.</value>
230230
</data>
231231
<data name="SA1627Title" xml:space="preserve">
232232
<value>Documentation text should not be empty</value>
@@ -393,4 +393,4 @@
393393
<data name="TypeTextStruct" xml:space="preserve">
394394
<value>struct</value>
395395
</data>
396-
</root>
396+
</root>

0 commit comments

Comments
 (0)