mirror of
https://github.com/fverdugo/XM_40017.git
synced 2025-11-24 09:24:32 +01:00
Fix typo in julia_basics description of higher-order functions
This commit is contained in:
@@ -874,7 +874,7 @@
|
|||||||
"source": [
|
"source": [
|
||||||
"### Higher-order functions\n",
|
"### Higher-order functions\n",
|
||||||
"\n",
|
"\n",
|
||||||
"Higher order functions are functions that take and/or return other functions. And example is the `count` function in Julia.\n",
|
"Higher order functions are functions that take and/or return other functions. An example is the `count` function in Julia.\n",
|
||||||
"\n",
|
"\n",
|
||||||
"For instance, we can pass a user-defined function to count the number of even elements in an array."
|
"For instance, we can pass a user-defined function to count the number of even elements in an array."
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user