SIGN IN SIGN UP

Update task.md

Wording was ungrammatical and hard to understand. I made my best guess as to what you want to say. However, it is not clear from the description or the examples whether the debounce wrapper should inhibit calls attempted ms milliseconds after the last call that wasn't ignored, or ms milliseconds after the last call that was attempted, even if it was ignored. I would think it would be the former, but the example could go either way. If the f(4) example used 1000 or 1001 ms and still runs, that would clear it up. If it has to be 1100 like it is, that would suggest that it's the second scenario above. In my propsed change I preserved the ambiguity.
P
paroche committed
cdde99fd19dd32c4d9b4263cb282f54f048f4ffc
Parent: ade541b
Committed by GitHub <noreply@github.com> on 9/3/2019, 1:49:54 AM