Fix typo in julia_basics description of higher-order functions

This commit is contained in:
LowkeyLoki-0
2025-09-03 15:59:17 +02:00
parent 57c8db52eb
commit ac8a44f6ab

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