Skip to content

Commit f426fd6

Browse files
authored
Wording
1 parent aeabf4b commit f426fd6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/11-currying-partials

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/11-currying-partials/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ libs:
55

66
# Currying and partials
77

8-
Till now we were only talking about binding `this`. Now let's make a step further.
8+
Until now we have only been talking about binding `this`. Let's take it a step further.
99

1010
We can bind not only `this`, but also arguments. That's rarely done, but sometimes can be handy.
1111

0 commit comments

Comments
 (0)