Skip to content

Commit 5cc7615

Browse files
committed
Merge pull request timoxley#51 from flakyfilibuster/partial_application_without_bind
fix typo - add missing 'to' to the first sentence
2 parents 24630d9 + fc4ad2a commit 5cc7615

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)