Skip to content

Commit fc4ad2a

Browse files
fix typo - add missing 'to' to the first sentence
1 parent 24630d9 commit fc4ad2a

File tree

1 file changed

+1
-1
lines changed
  • problems/partial_application_without_bind

1 file changed

+1
-1
lines changed

problems/partial_application_without_bind/problem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Partial application allows you create new functions from existing functions, while fixing
1+
Partial application allows you to create new functions from existing functions, while fixing
22
some number of arguments. After setting the arguments to be partially applied, you get a
33
new function ready to take the rest of the arguments and perhaps execute the original
44
function.

0 commit comments

Comments
 (0)