Skip to content

Commit bdfa09a

Browse files
committed
Improved error message for DOC207
1 parent 87291ce commit bdfa09a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DocumentationAnalyzers/DocumentationAnalyzers/PortabilityRules/PortabilityResources.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.

DocumentationAnalyzers/DocumentationAnalyzers/PortabilityRules/PortabilityResources.resx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,10 +178,10 @@
178178
<value>Use inline elements correctly</value>
179179
</data>
180180
<data name="DOC207Description" xml:space="preserve">
181-
<value>Use 'see langword' correctly</value>
181+
<value>'langword' attribute value should be a language keyword</value>
182182
</data>
183183
<data name="DOC207MessageFormat" xml:space="preserve">
184-
<value>Use 'see langword' correctly</value>
184+
<value>'langword' attribute value should be a language keyword</value>
185185
</data>
186186
<data name="DOC207Title" xml:space="preserve">
187187
<value>Use 'see langword' correctly</value>

0 commit comments

Comments
 (0)