From 592223611f4582194512fef7c54e6282f8cd1b39 Mon Sep 17 00:00:00 2001 From: Dimitar Danailov Date: Wed, 1 Jul 2015 16:22:55 +0300 Subject: [PATCH] Change style guide of point 23.3 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c00b069..5df648c0 100644 --- a/README.md +++ b/README.md @@ -1761,7 +1761,7 @@ dragon.setAge(25); ``` - - [23.3](#23.3) If the property is a boolean, use isVal() or hasVal(). + - [23.3](#23.3) If the property is a `boolean`, use `isVal()` or `hasVal()`. ```javascript // bad