Merge pull request #381 from dimitardanailov/patch-5

Change style guide of point 23.3
This commit is contained in:
Harrison Shoff
2015-07-01 09:53:34 -07:00

View File

@@ -1761,7 +1761,7 @@
dragon.setAge(25);
```
- [23.3](#23.3) <a name='23.3'></a> If the property is a boolean, use isVal() or hasVal().
- [23.3](#23.3) <a name='23.3'></a> If the property is a `boolean`, use `isVal()` or `hasVal()`.
```javascript
// bad