Skip to content

Commit eba1f7f

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

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)