We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents df9647b + 7bfb387 commit b813717Copy full SHA for b813717
src/bash_coding_style.txt
@@ -5,7 +5,7 @@ Contents:
5
6
1. Introduction
7
2. Naming Convention
8
- 3. Coments
+ 3. Comments
9
4. Coding Styles
10
5. Basic formating
11
6. If, For, and While
@@ -41,7 +41,7 @@ Contents:
41
} #
42
43
44
-3. Coments
+3. Comments
45
The total length of a line (including comment) must not exceed more than 80
46
characters. Every file must be documented with an introductory comment that
47
provides shorthand information on the file name and its contents.
0 commit comments