We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
HOF
1 parent b44dd88 commit ac91ff0Copy full SHA for ac91ff0
README.md
@@ -205,7 +205,7 @@ There is a little difference between __arguments__ and __parameters__:
205
## Higher-Order Functions (HOF)
206
207
A function that takes a function as an argument and/or returns a function, basically we can treat functions as a value.
208
-In Python every function/method is a Higher-Order Function.
+In Python every function/method can be a Higher-Order Function.
209
210
The functions like `reduce`, `map` and `filter` are good examples of __HOF__, they receive a function as their first argument.
211
```python
0 commit comments