Skip to content

Commit 55d79ec

Browse files
authored
Update CodingStyle.md
Small typo fix. Signed-off-by: Knute Lingaard <56927209+klingaard@users.noreply.github.com>
1 parent 89c9d1c commit 55d79ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingStyle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If code is found to violate these rules -- please fix it!
5959
1. Curly braces _must be included_ around each `if`, `for`, `while`, etc
6060
statement. This specifically pertains to single line statements:
6161
`if(condition) { statement; }`
62-
1. Limit column width to 100 characters
62+
1. Limit column width to 100 characters
6363

6464
### Coding style for using Sparta components
6565

0 commit comments

Comments
 (0)