Skip to content

Commit 6cf15b7

Browse files
committed
minor fixes
1 parent 9bd640c commit 6cf15b7

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/09-call-apply-decorators/03-debounce

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/09-call-apply-decorators/03-debounce/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ So, `debounce` is a great way to process a sequence of events: be it a sequence
4646

4747
It waits the given time after the last call, and then runs its function, that can process the result.
4848

49-
Implement `debounce` decorator.
49+
The task is to implement `debounce` decorator.
5050

5151
Hint: that's just a few lines if you think about it :)

0 commit comments

Comments
 (0)