typo in parenthesis

master
Chakib Chemso 4 år sedan
förälder
incheckning
d297ab383c
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      raylib-coding-conventions.md

+ 1
- 1
raylib-coding-conventions.md

@ -48,7 +48,7 @@ switch (value)
```
- All conditions checks are always between parenthesis but not boolean values:
```c
if ((value > 1) && (value < 50) && valueActive class="err">))
if ( (value > 1) && (value < 50) && valueActive )
{
}

Laddar…
Avbryt
Spara