From 8753b8f572855a192606ea84986cc6d1dc36dbb7 Mon Sep 17 00:00:00 2001 From: NiTiSon <60577131+NiTiSon@users.noreply.github.com> Date: Thu, 19 Sep 2024 23:36:46 +0300 Subject: [PATCH] Fix description coding-style.md --- docs/guidelines/coding-style.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/guidelines/coding-style.md b/docs/guidelines/coding-style.md index aaf1e3e..7cca226 100644 --- a/docs/guidelines/coding-style.md +++ b/docs/guidelines/coding-style.md @@ -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 @@ -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. \ No newline at end of file ++ Insert one space between `//` and the comment text.