Skip to content

Commit e7cf104

Browse files
authored
Merge pull request #2504 from bsivanov/patch-1
Fix typo in SA1600 documentation
2 parents 6c05802 + 24f6947 commit e7cf104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

documentation/SA1600.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ A violation of this rule occurs if an element is completely missing a documentat
2929

3030
To fix a violation of this rule, add or fill-in a documentation header for the element.
3131

32-
the following example shows a method with a valid documentation header:
32+
The following example shows a method with a valid documentation header:
3333

3434
```csharp
3535
/// <summary>

0 commit comments

Comments
 (0)