We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 24630d9 + fc4ad2a commit 5cc7615Copy full SHA for 5cc7615
problems/partial_application_without_bind/problem.md
@@ -1,4 +1,4 @@
1
-Partial application allows you create new functions from existing functions, while fixing
+Partial application allows you to create new functions from existing functions, while fixing
2
some number of arguments. After setting the arguments to be partially applied, you get a
3
new function ready to take the rest of the arguments and perhaps execute the original
4
function.
0 commit comments