From d38512d39b80927406e7cecfcc10a7c8dc70a827 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Sun, 2 Sep 2018 22:19:52 +0300 Subject: [PATCH] Update Higher-order-function.md --- glossary/Higher-order-function.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glossary/Higher-order-function.md b/glossary/Higher-order-function.md index df993a2e1..b2e12b450 100644 --- a/glossary/Higher-order-function.md +++ b/glossary/Higher-order-function.md @@ -1,3 +1,3 @@ ### Higher-order function -Higher-order functions or functors are functions that either take other functions as arguments, return a function as a result, or both. \ No newline at end of file +Higher-order functions are functions that either take other functions as arguments, return a function as a result, or both.