mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-02 16:17:50 +00:00
Typo
This commit is contained in:
@@ -798,7 +798,7 @@ _.defer(function(){ alert('deferred'); });
|
||||
<br />
|
||||
This method returns a function; it does
|
||||
not itself execute its first argument. You should call <code>_.throttle</code>
|
||||
only <em>once</em> for each function you wish to debounce (not repeatedly!).
|
||||
only <em>once</em> for each function you wish to throttle (not repeatedly!).
|
||||
It is the function returned from that once call to <code>_.throttle</code>
|
||||
that you should invoke on each occurrance of the event you wish to throttle.
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user