Merge pull request #68 from MaartM/main

Typo in julia_basics
This commit is contained in:
Francesc Verdugo
2025-09-04 16:23:17 +02:00
committed by GitHub

View File

@@ -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."
] ]