Merge pull request #781 from 11un/patch-12

change "brackets" to "parentheses"
This commit is contained in:
Ilya Kantor 2019-02-02 15:25:00 +03:00 committed by GitHub
commit 3a6d70bd34
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
For the second brackets to work, the first ones must return a function.
For the second parentheses to work, the first ones must return a function.
Like this:

View file

@ -6,7 +6,7 @@ importance: 4
Write function `sum` that works like this: `sum(a)(b) = a+b`.
Yes, exactly this way, via double brackets (not a mistype).
Yes, exactly this way, using double parentheses (not a mistype).
For instance: