Skip to content

Commit fb5e60b

Browse files
committed
Merge pull request iliakan#311 from alunenko/patch-3
Typo
2 parents 4f2e177 + c49fa9d commit fb5e60b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • 1-js/6-objects-more/7-bind/1-cross-browser-bind

1-js/6-objects-more/7-bind/1-cross-browser-bind/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,5 @@ function bind(func, context /*, args*/) {
2020

2121
Использование -- вместо `mul.bind(null, 2)` вызывать `bind(mul, null, 2)`.
2222

23-
Не факт, что он вам понадобится, но в качестве упражнение попробуйте разобраться, как это работает.
23+
Не факт, что он вам понадобится, но в качестве упражнения попробуйте разобраться, как это работает.
2424

0 commit comments

Comments
 (0)