Skip to content

Commit 9ef8472

Browse files
Update STYLE_GUIDE.md
Co-Authored-By: Milan Curcic <[email protected]>
1 parent d9e9098 commit 9ef8472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ focus on the semantics of the proposed changes rather than style and formatting.
2828
* __Indentation__: __Four (4) spaces__ for all control constructs, line continuations, etc.
2929
* __Line ending character__: __Native__: Git will convert line endings to `\n` (Unix style) on commit, and will checkout files with native line endings
3030

31-
## Variable naming
31+
## Variable and procedure naming
3232

3333
Variable names should be descriptive, and not artificially short.
3434
By default, where it makes sense to do so, variable names shall be made up of one or more full words separated by an underscore.

0 commit comments

Comments
 (0)