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.
1 parent 6596f79 commit 5fa3d51Copy full SHA for 5fa3d51
functions/higher_order.md
@@ -63,7 +63,7 @@ var buildProcessor = function(func) {
63
}
64
return process_func;
65
66
-// calling buildProcessor returns a functoin which is called with a list input
+// calling buildProcessor returns a function which is called with a list input
67
68
69
// using buildProcessor we could generate the add_2 and double list processors as follows:
0 commit comments