Oops, made a typo

master
Anton Curmanschii 1年前
父节点
当前提交
fdee69e09e
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 )
{

正在加载...
取消
保存