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 )
{
}

Loading…
取消
儲存