typo in parenthesis

master
Chakib Chemso 4年前
コミット
d297ab383c
1個のファイルの変更1行の追加1行の削除
  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 )
{
}

読み込み中…
キャンセル
保存