Skip to content

Commit ffc9ecf

Browse files
author
itper
committed
Update README.md
1 parent baf9a76 commit ffc9ecf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
*
101101
* __isFunction__ 类型判断
102102
*
103-
```javascript
103+
`javascript
104104
function isFunction(func) {
105105
return Object.prototype.toString.call(func) === '[object Function]'
106106
}
107-
```
107+
`

0 commit comments

Comments
 (0)