Skip to content

Commit

Permalink
Changes following code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dkozinski committed Sep 4, 2024
1 parent 24880a8 commit 6e7f033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/CodingStandards.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Use comments to explain complex logic, especially within blocks of code.
Use // to comment out a single line.
```c
/ This is a single-line comment
// This is a single-line comment
int x = 5; // Initialize x to 5
```
### Multi-line Comments
Expand Down

0 comments on commit 6e7f033

Please sign in to comment.