We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c05802 commit 24f6947Copy full SHA for 24f6947
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