Oops, made a typo

master
Anton Curmanschii vor 1 Jahr
Ursprung
Commit
fdee69e09e
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. +1
    -1
      raylib-coding-conventions.md

+ 1
- 1
raylib-coding-conventions.md

@ -46,7 +46,7 @@ switch (value)
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
if ( (value > 1) && (value < 50) && valueActive )
{

Laden…
Abbrechen
Speichern