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

불러오는 중...
취소
저장