Skip to content

Commit 767ac3b

Browse files
committed
Update csharp.md
1 parent 0bce910 commit 767ac3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/coding/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106

107107
### Comments
108108
- :x: DO NOT: use comments unless they describe something that is not obvious to someone other than the developer who wrote the code.
109-
- :heavy_check_mark: favor writing clearer code over entering comments to clarify a complicated algorithm.
109+
- :heavy_check_mark: DO: favor writing clearer code over entering comments to clarify a complicated algorithm.
110110
- :heavy_check_mark: DO: provide XML comments on public APIs when they provide more context than the API signature alone. This includes member descriptions, parameter descriptions, and examples of calling the API.
111111

112112
### Whitespace

0 commit comments

Comments
 (0)