From b951667421c6c510f7df0b663a4b7d1b056ad854 Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sat, 27 Oct 2018 06:12:37 +0900 Subject: [PATCH] Fixed hierarchy level in code style docs --- docs/code-style.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/code-style.md b/docs/code-style.md index ffe0d7d9..8da7f8d4 100644 --- a/docs/code-style.md +++ b/docs/code-style.md @@ -157,7 +157,7 @@ type MyType struct { You should delete outdated code instead of commenting it out. Comments should be used for explanation of existing code and outdated code is saved in the git history anyway if you ever need it (in most cases outdated code is never re-used). -# Comments start with space and uppercase +## Comments start with space and uppercase Example: