Oops, made a typo

master
Anton Curmanschii 1 year ago
parent
commit
fdee69e09e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      raylib-coding-conventions.md

+ 1
- 1
raylib-coding-conventions.md

@ -46,7 +46,7 @@ switch (value)
default: break; default: break;
} }
``` ```
- All condition checks are always encoled in parentheses, with the exception of simple boolean values:
- All condition checks are always enclosed in parentheses, with the exception of simple boolean values:
```c ```c
if ( (value > 1) && (value < 50) && valueActive ) if ( (value > 1) && (value < 50) && valueActive )
{ {

Loading…
Cancel
Save