Skip to content

Commit

Permalink
Merge pull request #20 from qinran0423/v0.1.3
Browse files Browse the repository at this point in the history
修改防抖md
  • Loading branch information
FAKER-A committed Dec 16, 2020
2 parents b4a4770 + 7d12ec7 commit 511ced2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/debounce/README.md
Expand Up @@ -5,5 +5,5 @@

```javascript
const callback = () => {}
const debounceCallback = debounce(debounce, 1000)
const debounceCallback = debounce(callback, 1000)
```

0 comments on commit 511ced2

Please sign in to comment.