Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 577 Bytes

RCS1243.md

File metadata and controls

38 lines (28 loc) · 577 Bytes

RCS1243: Duplicate word in a comment

Property Value
Id RCS1243
Category General
Severity Info

Example

Code with Diagnostic

/// <summary>
/// This is the the comment.
/// </summary>
public class C
{
}

Code with Fix

/// <summary>
/// This is the comment.
/// </summary>
public class C
{
}

See Also

(Generated with DotMarkdown)