Skip to content

Commit a8823a4

Browse files
committed
Merge pull request airbnb#381 from dimitardanailov/patch-5
Change style guide of point 23.3
2 parents 8281437 + 5922236 commit a8823a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1761,7 +1761,7 @@
17611761
dragon.setAge(25);
17621762
```
17631763
1764-
- [23.3](#23.3) <a name='23.3'></a> If the property is a boolean, use isVal() or hasVal().
1764+
- [23.3](#23.3) <a name='23.3'></a> If the property is a `boolean`, use `isVal()` or `hasVal()`.
17651765
17661766
```javascript
17671767
// bad

0 commit comments

Comments
 (0)