Skip to content

Commit 3a6d70b

Browse files
authored
Merge pull request #781 from 11un/patch-12
change "brackets" to "parentheses"
2 parents c4ecba5 + 161eec6 commit 3a6d70b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

1-js/06-advanced-functions/03-closure/4-closure-sum/solution.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
For the second brackets to work, the first ones must return a function.
1+
For the second parentheses to work, the first ones must return a function.
22

33
Like this:
44

1-js/06-advanced-functions/03-closure/4-closure-sum/task.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ importance: 4
66

77
Write function `sum` that works like this: `sum(a)(b) = a+b`.
88

9-
Yes, exactly this way, via double brackets (not a mistype).
9+
Yes, exactly this way, using double parentheses (not a mistype).
1010

1111
For instance:
1212

0 commit comments

Comments
 (0)