Skip to content

Commit 5fa3d51

Browse files
author
Aaron O'Mullan
committed
Fix typo in functions/higher_order,md, fixes GitbookIO#30
1 parent 6596f79 commit 5fa3d51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/higher_order.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var buildProcessor = function(func) {
6363
}
6464
return process_func;
6565
}
66-
// calling buildProcessor returns a functoin which is called with a list input
66+
// calling buildProcessor returns a function which is called with a list input
6767

6868

6969
// using buildProcessor we could generate the add_2 and double list processors as follows:

0 commit comments

Comments
 (0)