We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6c05802 + 24f6947 commit e7cf104Copy full SHA for e7cf104
1 file changed
documentation/SA1600.md
@@ -29,7 +29,7 @@ A violation of this rule occurs if an element is completely missing a documentat
29
30
To fix a violation of this rule, add or fill-in a documentation header for the element.
31
32
-the following example shows a method with a valid documentation header:
+The following example shows a method with a valid documentation header:
33
34
```csharp
35
/// <summary>
0 commit comments