Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mary-georgiou-sonarsource committed Mar 15, 2023
1 parent be2a51d commit 09536d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion analyzers/src/SonarAnalyzer.Common/Helpers/SonarLintXml.cs
Expand Up @@ -23,7 +23,7 @@
namespace SonarAnalyzer.Helpers;

/// <summary>
/// DTO to represent the SonarLint.xml for our analyzers.
/// Data class to represent the SonarLint.xml for our analyzers.
/// </summary>
/// <remarks>
/// This class should not be used in this codebase. To get SonarLint.xml properties, use <see cref="SonarLintXmlReader"/>.
Expand Down

0 comments on commit 09536d2

Please sign in to comment.