Skip to content

Commit efb976c

Browse files
committed
Minor fix to style guide
1 parent b09bf36 commit efb976c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/content/docs/start-here/style-guide.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ We use `#pragma once` instead of include guards.
5353
} struct_name_t
5454
```
5555
- Import statements should be grouped in the following order:
56-
1. Local imports (e.g. `#include "cc1120_driver.h`)
56+
1. Local imports (e.g. `#include "cc1120_driver.h"`)
5757
2. External library imports (e.g. `#include <os_semphr.h>`)
5858
3. Standard library imports (e.g. `#include <stdint.h>`)
5959

@@ -304,4 +304,4 @@ File comments are not required.
304304
- `functionNames()` in camelCase
305305
- `CONSTANT_NAME` in SCREAMING_SNAKE_CASE
306306
- `file-names` in kebab-case
307-
- `ClassName` and `ComponentName` in PascalCase
307+
- `ClassName` and `ComponentName` in PascalCase

0 commit comments

Comments
 (0)