auto commit

This commit is contained in:
CyC2018 2018-03-20 18:21:22 +08:00
parent 56c5a40228
commit b981096466

View File

@ -166,7 +166,7 @@ if(!a && !b) {
}
```
```
if(a || b) {
if(!(a || b)) {
...
}
```