Fixed hierarchy level in code style docs

This commit is contained in:
Eduard Urbach 2018-10-27 06:12:37 +09:00
parent 124d1937ae
commit b951667421

View File

@ -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: