Skip to content

Commit 7f5fced

Browse files
authored
Merge pull request #1564 from lumosmind/patch-23
wrapper instead of helper
2 parents ad08b46 + 81f171e commit 7f5fced

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/10-bind/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ What if we'd like to fix some arguments, but not the context `this`? For example
279279
280280
The native `bind` does not allow that. We can't just omit the context and jump to arguments.
281281
282-
Fortunately, a helper function `partial` for binding only arguments can be easily implemented.
282+
Fortunately, a wrapper function `partial` for binding only arguments can be easily implemented.
283283
284284
Like this:
285285

0 commit comments

Comments
 (0)