mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
CODING_CONVENTIONS.md: fix typo 'seperate' -> 'separate'
This commit is contained in:
parent
39c4e36f1a
commit
bf887b6147
@ -58,7 +58,7 @@
|
|||||||
uint8_t b;
|
uint8_t b;
|
||||||
} foobar_t;
|
} foobar_t;
|
||||||
```
|
```
|
||||||
* Use of a seperate line typedef for structs is allowed for forward
|
* Use of a separate line typedef for structs is allowed for forward
|
||||||
declarations, e.g.,
|
declarations, e.g.,
|
||||||
```
|
```
|
||||||
typedef struct mystruct mystruct_t;
|
typedef struct mystruct mystruct_t;
|
||||||
|
Loading…
Reference in New Issue
Block a user