From 1197039961dd79e40d440d8d5d87ce73704e3591 Mon Sep 17 00:00:00 2001 From: pansay Date: Tue, 29 Mar 2016 01:58:59 +0200 Subject: [PATCH] Update partial.md --- manuscript/markdown/Functions/recipes/partial.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/manuscript/markdown/Functions/recipes/partial.md b/manuscript/markdown/Functions/recipes/partial.md index fc50916..c470feb 100644 --- a/manuscript/markdown/Functions/recipes/partial.md +++ b/manuscript/markdown/Functions/recipes/partial.md @@ -36,6 +36,6 @@ These two recipes are for quickly and simply applying a single argument, either sayHelloToCeline('Eartha') //=> 'Hello, Celine, my name is Eartha' -As noted above, our partial recipe allows us to create functions that are partial applications of functions that are context aware. We'd need a different recipe if we wish to create partial applications of object methods. +As noted above, our partial recipe allows us to create functions that are partial applications of functions that are context aware. We'd need a different recipe if we wished to create partial applications of object methods. -[^inspired]: `callFirst` and `callLast` were inspired by Michael Fogus' [Lemonad](https://github.com/fogus/lemonad). Thanks! \ No newline at end of file +[^inspired]: `callFirst` and `callLast` were inspired by Michael Fogus' [Lemonad](https://github.com/fogus/lemonad). Thanks!