Skip to content

Commit 6732cef

Browse files
committed
fix
1 parent 7f5fced commit 6732cef

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

Lines changed: 1 addition & 1 deletion
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 wrapper function `partial` for binding only arguments can be easily implemented.
282+
Fortunately, a helper function `partial` for binding only arguments can be easily implemented.
283283
284284
Like this:
285285

0 commit comments

Comments
 (0)