Skip to content

Commit

Permalink
Fix description coding-style.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NiTiSon committed Sep 19, 2024
1 parent 6b0d99d commit 8753b8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guidelines/coding-style.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
icon: material/code-braces
description: Hi
description: Use these guidelines when developing your projects, and they will also make it easier to understand when working with external APIs.
---
# Coding style

Expand Down Expand Up @@ -88,4 +88,4 @@ Highly recommended to place module declaration right after use statements with o
+ Use single-line comments (`//`) for brief explanations.
+ Place comments before the explanation part, not at the end of the line.
+ Begin comment with uppercase letter.
+ Insert one space between `//` and the comment text.
+ Insert one space between `//` and the comment text.

0 comments on commit 8753b8f

Please sign in to comment.