Change style guide of point 23.3

This commit is contained in:
Dimitar Danailov
2015-07-01 16:22:55 +03:00
parent 8281437430
commit 592223611f

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