mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-05 17:37:50 +00:00
Fixed small typo in debounce docs (#3029)
Just a small thing I noticed, I think it reads better this way.
This commit is contained in:
committed by
John-David Dalton
parent
7cc1328bf1
commit
3e80dffd48
@@ -21,7 +21,7 @@ const nativeMin = Math.min
|
|||||||
* is invoked more than once during the `wait` timeout.
|
* is invoked more than once during the `wait` timeout.
|
||||||
*
|
*
|
||||||
* If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
|
* If `wait` is `0` and `leading` is `false`, `func` invocation is deferred
|
||||||
* until to the next tick, similar to `setTimeout` with a timeout of `0`.
|
* until the next tick, similar to `setTimeout` with a timeout of `0`.
|
||||||
*
|
*
|
||||||
* See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
|
* See [David Corbacho's article](https://css-tricks.com/debouncing-throttling-explained-examples/)
|
||||||
* for details over the differences between `debounce` and `throttle`.
|
* for details over the differences between `debounce` and `throttle`.
|
||||||
|
|||||||
Reference in New Issue
Block a user