We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46592e9 commit ba2d54eCopy full SHA for ba2d54e
function-patterns/currying.html
@@ -169,7 +169,7 @@
169
170
/* for example
171
minus(5) // returns a function that takes its argument away from 5
172
- flip(minus(5)) // returns a function that takes 5 away from its argument
+ flip(minus)(5) // returns a function that takes 5 away from its argument
173
*/
174
</script>
175
</body>
0 commit comments