Skip to content

Commit

Permalink
Fixed typo in csharp.md (#180)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zohair-coder authored Sep 27, 2023
1 parent 9bd0a72 commit 8995405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/contributing/code-style/csharp.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ this naming convention:
## Constructors

- Multiple **constructors** should be separated by a newline (empty line between)
- Constructors with multiple arguments should have arguments should be included 1 per line
- Constructors with multiple arguments should have 1 argument listed per line
- Empty constructors, when necessary, should be all 1-line, i.e., `public ClassName() { }`

## Control Blocks
Expand Down

0 comments on commit 8995405

Please sign in to comment.